saheb11 / datejs

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

Date.parseExact("20120912", "yyyyMMdd") does not work #160

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use date-en-AU.js
2. run Date.parseExact("20120912", "yyyyMMdd")

What is the expected output? What do you see instead?
I expect it to parse!

What version of the product are you using? On what operating system?
 * @version: 1.0 Alpha-1
 * @author: Coolite Inc. http://www.coolite.com/
 * @date: 2008-05-13

Please provide any additional information below.
Date.parseExact("20110912", "yyyyMMdd") and Date.parseExact("20130912", 
"yyyyMMdd") works but 2012 does not!

Original issue reported on code.google.com by drew.fre...@gmail.com on 12 Sep 2012 at 6:34

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

Original comment by darkcr...@gmail.com on 9 Sep 2013 at 8:59