Open GoogleCodeExporter opened 9 years ago
i'm seeing this with french, specifically with the august month (août in
french). The JSON format looks like this:
"2011-08-01"
Here's how I parse it :
var date = Date.parse(event.Date);
var strDate = date.toString('dddd, MMMM d');
For all the other months and if using english, i get the proper parsed date:
samedi, juillet 30, 20h00 or
Saturday, July 30, 8:00 pm
When the month with the accent comes around, I get this:
samedi, janvier 8, 22h30
Monday, August 1, 10:30 pm
Original comment by justin.m...@gmail.com
on 17 Jun 2011 at 7:29
Fixed in the current build on my fork: https://github.com/abritinthebay/datejs/
Original comment by darkcr...@gmail.com
on 21 Dec 2013 at 6:22
Original issue reported on code.google.com by
dietmar....@hisec.at
on 15 May 2009 at 7:59