Replies: 2 comments 1 reply
-
They might be using different date libraries, each handling things their own way. If it’s annoying, a browser extension like Tampermonkey might be able to fix it, but I'm not sure. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Ionaru can you help me specifying which parts are printing the different formats? I'm capturing some here but I wanna make sure I don't miss any. Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While gathering information about some packages on https://www.npmjs.com/ I found out that the hover-tooltip labels for datetimes give me inconsistent formats in different places.
Some use
dd/MM/YYYY
, others useM/d/YYYY
. Display of times are also inconsistant with 24hr/12hr mixed.Output of
navigator.languages
Output of
Intl.DateTimeFormat().resolvedOptions()
Beta Was this translation helpful? Give feedback.
All reactions