Do top-level constant

String const Do

Day of Month (Ordinal)


Format: 1st 2nd ... 30th 31st

Summary: The day of the month followed by its ordinal suffix.

Details: This converts the day number into its spoken-word equivalent format. It is essentially the standard for invitations, formal letters, and any interface attempting to sound conversational.

Implementation

const String Do = 'Do';