Skip to content
New issue

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

Date formatting with safari #149

Closed
benzen opened this issue Aug 19, 2015 · 2 comments
Closed

Date formatting with safari #149

benzen opened this issue Aug 19, 2015 · 2 comments

Comments

@benzen
Copy link

benzen commented Aug 19, 2015

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

@benzen
Copy link
Author

benzen commented Aug 19, 2015

Please close this. it seems to be an issue with browser cache

@caridy
Copy link
Collaborator

caridy commented Aug 19, 2015

@benzen yeah, the polyfill has that particular issue. We are tracking that issue here: andyearnshaw/Intl.js#125

@caridy caridy closed this as completed Aug 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants