saheb11 / datejs

Automatically exported from code.google.com/p/datejs
Other
0 stars 0 forks source link

RFC 3339 Format parsing does not work #147

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
RFC 3339 Format parsing doesn't work

What steps will reproduce the problem?
1. Use the latest version of the code
2. Execute 
    Date.parse('1985-04-12T23:20:50Z')          // RFC 3339 Formats
    Exactly as shown in the examples.

What is the expected output? What do you see instead?
I see null. Expected output is Fri Apr 12 1985 23:20:50 GMT-0500 (EST)

What version of the product are you using? On what operating system?
Chrome 17, Mac OS X 10.7.3

Please provide any additional information below.

Original issue reported on code.google.com by ibm...@gmail.com on 27 Mar 2012 at 2:22

GoogleCodeExporter commented 8 years ago
exactly the same for me !

Original comment by salmi.ch...@gmail.com on 22 Apr 2012 at 9:58

GoogleCodeExporter commented 8 years ago
Try this version:

http://code.google.com/p/datejs/source/browse/trunk/build/date-en-US.js

The version under Downloads seems to be an old one.

Original comment by Scoo...@gmail.com on 23 Apr 2012 at 10:11

GoogleCodeExporter commented 8 years ago
More information here:

http://stackoverflow.com/questions/10531276/javascript-using-datejs-to-parse-rfc
3339-datetime/10531705#10531705

Original comment by mplung...@gmail.com on 10 May 2012 at 11:36

GoogleCodeExporter commented 8 years ago
current build works fine on my fork: https://github.com/abritinthebay/datejs/

Original comment by darkcr...@gmail.com on 15 Sep 2013 at 7:48