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
|
@ -65,7 +65,6 @@ function loaded() {
|
|||
|
||||
const timeFormat = new Intl.DateTimeFormat(locale, {
|
||||
timeStyle: 'short',
|
||||
hour12: false,
|
||||
});
|
||||
|
||||
const formatMessage = ({ id, defaultMessage }, values) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue