saheb11 / datejs

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

Issue with last days of month with datejs-es-MX #166

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Date.parse("31/Enero/2010") || Date.parse("30/Abr/2010") || 
Date.parse("31/Sep/2010") || Date.parse("29/Mar/2010") || 
Date.parse("29/Ene/2010")

What is the expected output? What do you see instead?
Instead of getting the date, i'm getting nulls

What version of the product are you using? On what operating system?
1.0 Alpha-1 on Windows 7, Tried on Chrome, IE9 and Firefox, getting the same 
result

Please provide any additional information below.

Original issue reported on code.google.com by kristen....@gmail.com on 7 Feb 2013 at 8:31

GoogleCodeExporter commented 8 years ago
Fixed on my fork at https://github.com/abritinthebay/datejs/

Honestly - it looks like the parser has minimal support for input formats in 
other languages (oddly), my fork improves this (and will work on improving this 
in the future).

Original comment by darkcr...@gmail.com on 18 Dec 2013 at 1:05