pingjiang / datejs

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

Date.parse("7/17/2009 12:34:40 PM") fails #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Date.parse("7/17/2009 12:34:40 PM") fails

What is the expected output? What do you see instead?
Should return a Date object. Returns a null instead.

What version of the product are you using?
Last official release (Alpha-1?)

Testing on Firefox 3 and IE 7 on Windows XP. 

Please provide any additional information below.
Date.parse("7/17/2009 11:34:40 PM") will work - one hour difference

Original issue reported on code.google.com by Ricar...@sgw.com on 17 Jul 2009 at 4:39

GoogleCodeExporter commented 9 years ago
I tested Date.parse("7/17/2009 12:34:40 PM") across a couple browsers and it 
appears
to work correctly with the latest code from svn (http://www.datejs.com/svn).

Can you confirm?

Original comment by geoff%co...@gtempaccount.com on 17 Jul 2009 at 8:00

GoogleCodeExporter commented 9 years ago

Original comment by geoff%co...@gtempaccount.com on 27 Jul 2009 at 3:06