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
Doing this doesn't give always the same result on safari 8
When using the reactIntl mixin
let d = new Date(); d.setMonth(i); this.formatDate(d, {month: 'long'})
On chrome it give me 'January' looks like normal. On Safari it depends: sometimes i see 'january 2015' and somother i see 'janury'.
Is this related to andyearnshaw/Intl.js#107
The text was updated successfully, but these errors were encountered:
Please close this. it seems to be an issue with browser cache
Sorry, something went wrong.
@benzen yeah, the polyfill has that particular issue. We are tracking that issue here: andyearnshaw/Intl.js#125
No branches or pull requests
Doing this doesn't give always the same result on safari 8
When using the reactIntl mixin
On chrome it give me 'January' looks like normal.
On Safari it depends:
sometimes i see 'january 2015' and somother i see 'janury'.
Is this related to andyearnshaw/Intl.js#107
The text was updated successfully, but these errors were encountered: