Hi!
I'm not sure is it a bug or I'm doing something wrong.
I need to get UtcNow in format 'M'. Documentation says it will return me month 1 2 3 4. MM should be 01 02 03 04.
I'm using
formatDateTime(utcNow(),'M') and output is 12 March.
How to get only 3? Not 03.