Are short names of September wrong in de and es locales? #5071
Unanswered
theMattCode
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi folks,
I stumbled upon some inconsistencies in date formatting when using react-intl and other date libraries. In particular, I use date-fns to provide I18N support for MUI date pickers.
I get different results for september in es and de locales when using it like:
This results in
Sept.
butSep.
in date-fns.What is right and what's the best way to fix that? At least, I could find this spec: https://www.localeplanet.com/icu/de/index.html and that led me here to ask.
All the best!
Beta Was this translation helpful? Give feedback.
All reactions