Skip to main content

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 🙂

Thank you,

Sarah


Listed Month (formula)|408x331

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:


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:



Thank you so much! That worked 🙂


Reply