Date format
The date format can be updated in your blog settings on your dashboard using the following attribute:
Date format: d M, Y
Here's what each formatting character represents:
d: Day of the month, 2 digits with leading zeros.03m: Numeric representation of a month, with leading zeros.05for May.Y: A full numeric representation of a year, 4 digits.2023F: A full textual representation of a month, such as January or March.Mayj: Day of the month without leading zeros.3for the 3rd day of the month.D: A textual representation of a day, three letters.Monfor Monday.l(lowercase 'L'): A full textual representation of the day of the week.MondayS: English ordinal suffix for the day of the month, 2 characters (st, nd, rd or th. Works well withj).rdfor the 3rd day of the month.M: A short textual representation of a month, three letters.Mayfor May.
Here are some examples of date formats:
d, M Y: 22, May 2023Y-m-d: 2023-05-22m/d/Y: 05/22/2023d/m/Y: 22/05/2023F j, Y: May 22, 2023D, M j, Y: Mon, May 22, 2023l, F j, Y: Monday, May 22, 2023jS F, Y: 22nd May, 2023d-M-Y: 22-May-2023