We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current version of intl-messageformat is 9.4.6, and this package depends on 2.2.0. This breaks all of the date skeleton formats described in https://formatjs.io/docs/intl-messageformat#datetime-skeleton
intl-messageformat
2.2.0
Would you accept a PR bumping the intl-messageformat version in package.json?
A codesandbox example or similar or at least steps to reproduce the behavior:
t("month-label", "{ date, date, ::MMMMyyyy }", { date: new Date() });
It should format with "February 2021" but instead formats as "02/08/2021"
The text was updated successfully, but these errors were encountered:
Sure PR's are very welcome - not using this myself and lacking time that would help a lot.
Sorry, something went wrong.
merged and published in [email protected]
No branches or pull requests
🐛 Bug Report
The current version of
intl-messageformat
is 9.4.6, and this package depends on2.2.0
. This breaks all of the date skeleton formats described in https://formatjs.io/docs/intl-messageformat#datetime-skeletonWould you accept a PR bumping the intl-messageformat version in package.json?
To Reproduce
A codesandbox example or similar
or at least steps to reproduce the behavior:
Expected behavior
It should format with "February 2021" but instead formats as "02/08/2021"
Your Environment
The text was updated successfully, but these errors were encountered: