Opened 7 years ago
Closed 7 years ago
#3529 closed defect (bug) (fixed)
Improve date format in "WordPress 15 years"...
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | General | Keywords: | |
Cc: |
Description
$date_format = _x( 'F dS, Y', 'Site description date format' );
Would better be
$date_format = _x( 'F jS, Y', 'Site description date format' );
The current format would give "January 01st, 2018".
The suggested string would give "January 1st, 2018".
If the date that will be presented is day 10 or later in the month, nobody would notice this, but still better to use the correct formatting, right?
Change History (1)
Note: See
TracTickets for help on using
tickets.
In 6931: