Fix full date display not respecting the locale 12/24h format (#29448)
This commit is contained in:
@@ -53,7 +53,6 @@ const messages = defineMessages({
|
||||
});
|
||||
|
||||
const dateFormatOptions = {
|
||||
hour12: false,
|
||||
year: 'numeric',
|
||||
month: 'short',
|
||||
day: '2-digit',
|
||||
|
||||
Reference in New Issue
Block a user