Skip to main content
Solved

Formula for Including "st" "nd" "rd" "th" in Dates

  • March 21, 2022
  • 1 reply
  • 54 views

Forum|alt.badge.img+5

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

Best answer by Kamille_Parks11

The format specifiers for DATETIME_FORMAT() are available here:

You want to use the “ordinal” options.

1 reply

Kamille_Parks11
Forum|alt.badge.img+27

The format specifiers for DATETIME_FORMAT() are available here:

You want to use the “ordinal” options.