-
Notifications
You must be signed in to change notification settings - Fork 79
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
French month May 'mai' is not recognized by setLanguage. #249
Comments
this happens in other languages as well. |
regevbr
added a commit
to regevbr/datejs
that referenced
this issue
Jan 27, 2018
regevbr
added a commit
to regevbr/datejs
that referenced
this issue
Jan 28, 2018
…er parsing - add missing format
regevbr
added a commit
to regevbr/datejs
that referenced
this issue
Jan 28, 2018
…er parsing - add missing format
regevbr
added a commit
to regevbr/datejs
that referenced
this issue
Feb 5, 2018
…er parsing - need to reset funciton cache on language change
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example:
Date.i18n.setLanguage('fr-FR');
var date = Date.parse('20 mai 2015');
The month attribute of date defaults to the current month when parsed.
The text was updated successfully, but these errors were encountered: