Mar 21, 2022 03:25 PM
Hi, Does anyone have a formula to format a date to include the “st” “nd” “rd” “th” ?
For example, I would like 3/21/2022 to read as Monday, March 22nd
I can only figure out how to do Monday, March 22
Thanks!
Tom
Solved! Go to Solution.
Mar 22, 2022 12:19 PM
The format specifiers for DATETIME_FORMAT()
are available here:
You want to use the “ordinal” options.
Mar 22, 2022 12:19 PM
The format specifiers for DATETIME_FORMAT()
are available here:
You want to use the “ordinal” options.