Finding current month and year

Hi I am using get current date activity to get current date, month and year but I want current month in words suppose current month is november so I need it as NOV and same with the year if current year is 2022 then 22 as output. What functions should I use ?

Hi. Recently, I did a similar activity with dates but using Javascript. I recomend you to use the ‘moment’ library (Electroneek is able to run that library). It will help you a lot with dates.

Take a look at this post

It helped me a lot. There are some examples that show you how to format a date

3 Likes

Thank you :slightly_smiling_face: It worked

1 Like