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

[INVALID] European date formats #13

Closed
GoogleCodeExporter opened this issue Mar 9, 2016 · 2 comments
Closed

[INVALID] European date formats #13

GoogleCodeExporter opened this issue Mar 9, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Type in 05/11/07 to the test textbox
2.
3.

What is the expected output? What do you see instead?
In the USA you would expect to see this resolved as 11th May (which is what
is displayed) but in Europe you would expect to see 5th November.

If you type in 23/11/07 this is correctly interpreted as 23rd November - so
where there is no ambiguity - there is no problem.

Would it be possible to use system information from the browser to correct
this?


What version of the product are you using? On what operating system?
Current test screen running in up to date FireFox

Please provide any additional information below.

Otherwise it all looks brilliant

Original issue reported on code.google.com by Chantalo...@gmail.com on 28 Nov 2007 at 4:21

@GoogleCodeExporter
Copy link
Author

Please check out the Getting Started with Datejs tutorial. 
http://www.datejs.com/2007/11/27/getting-started-with-datejs/

Currently the library supports 150+ cultures and including the appropriate
culture-specific date.js file the Parser will automatically switch to the 
correct
parsing order for your country/culture/language.

The sample on the Datejs home page uses the "en-US" CultureInfo file which 
expects a
dateElementOrder of "mdy". We're in Canada and use the "date-en-CA.js" file in 
all
our internal apps. In Canada the expected dateElement order is "dmy".

The full download package includes all 150+ pre-compiled CultureInfo files. See
http://www.datejs.com/download/

Hope this helps.

Original comment by geoff%co...@gtempaccount.com on 28 Nov 2007 at 11:29

  • Changed state: Invalid

@GoogleCodeExporter
Copy link
Author

Original comment by geoff%co...@gtempaccount.com on 27 Mar 2008 at 10:22

  • Changed title: [INVALID] European date formats

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant