Currently among the available formats for date variables there is an option for “The DD day of Month, Year”, and when used it produces a date that looks like this: “1 day of January, 2023”
What I would like is either an update to this option, or add a new option, that includes an ordinal to the day, that way it instead shows up as: “1st day of January, 2023”
The code for this already exists, in fact it’s readily available in the Formatting Dates article in the Learning Center: {{ ordinal_number(DateVariable.day, use_word=False) }} day of {{ format_date(DateVariable, format =’MMMM yyyy’) }}
Since the code already exists and works perfectly, I imagine it wouldn’t be very difficult for the developers to add it as an option in the Gavel codelsss panel in Word, and this addition would be greatly appreciated.