2
0

Fix full date display not respecting the locale 12/24h format (#29448)

This commit is contained in:
Renaud Chaput
2024-02-29 10:40:13 +01:00
committed by GitHub
parent cdf5098166
commit 4185f3792c
7 changed files with 4 additions and 7 deletions

View File

@@ -53,7 +53,6 @@ const messages = defineMessages({
});
const dateFormatOptions = {
hour12: false,
year: 'numeric',
month: 'short',
day: '2-digit',