Fix full date display not respecting the locale 12/24h format (#29448)
This commit is contained in:
parent
cdf5098166
commit
4185f3792c
7 changed files with 4 additions and 7 deletions
|
@ -101,7 +101,6 @@ const dateFormatOptions = {
|
|||
month: 'short',
|
||||
day: 'numeric',
|
||||
year: 'numeric',
|
||||
hour12: false,
|
||||
hour: '2-digit',
|
||||
minute: '2-digit',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue