sobhagya-sahu / datejs

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

ISO8601 format (yyyy-MM-ddTHH:mm:ss.SSSZ) not supported #118

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Date.parse(new Date().toISOString());

What is the expected output? What do you see instead?
Expected: a date string.
Instead: null

What version of the product are you using? On what operating system?
1.0 Alpha-1

Please provide any additional information below.
* Firefox, Chrome and Safira return toISOString in the format 
yyyy-MM-ddTHH:mm:ss.SSSZ
* IE and Opera return toISOString in the format yyyy-MM-ddTHH:mm:ssZ

Original issue reported on code.google.com by Raymond....@gmail.com on 4 Feb 2011 at 2:11

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

Original comment by darkcr...@gmail.com on 17 Sep 2013 at 9:49