Skip to content

Commit

Permalink
Add month and day as a suggest format to the date format picker (#42317)
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinan authored Jul 13, 2022
1 parent 50d64bd commit c6f76f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ function NonDefaultControls( { format, onChange } ) {
_x( 'M j, Y', 'medium date format' ),
_x( 'M j, Y g:i A', 'medium date format with time' ),
_x( 'F j, Y', 'long date format' ),
_x( 'M j', 'short date format without the year' ),
] );

const suggestedOptions = suggestedFormats.map(
Expand Down

0 comments on commit c6f76f2

Please sign in to comment.