Hi all,
I'm lost in a very simple date format issue that I can't understand. Maybe you can help me looking at it from outside
I have a basic expression to return the month number from today's date:
formatDateTime(utcNow(),'M')
now I expected this to return a number between 1 and 12 (of type string, but still a number), but instead is returning "November 29"
what am I doing wrong?
thanks for help