Nov 04, 2020 11:48 PM
Hello,
Just wondering if it’s possible for the Month formula to show the month instead of just the number?
Example attached. Any help would be very much appreciated :slightly_smiling_face:
Thank you,
Sarah
Nov 05, 2020 01:59 AM
I don’t know what is current formula that you use, but you can use DATETIME_FORMAT() on your date field and that use MMMM as format specifier which will return month as January, February, etc.
You can see all options for this function here:
Nov 05, 2020 02:15 PM
Thank you so much! That worked :slightly_smiling_face: