Open GoogleCodeExporter opened 8 years ago
BTW, this works (remove timezone info):
var d = Date.parse(time.substring(0, time.indexOf(" +")));
Original comment by rob.koberg
on 23 Apr 2009 at 11:56
It did not work for me with the date: "Tue, 08 Nov 2011 16:12:28 +0000"
File: pt-br
Even removing the +0000 it does not convert this date
Original comment by riderma...@bindsolution.com
on 8 Nov 2011 at 7:54
getOrdinal doesn't exist in the current version on this site. I've added a
getOrdinate function into my fork but the parsing is also fixed -
https://github.com/abritinthebay/datejs/
Original comment by darkcr...@gmail.com
on 16 Sep 2013 at 1:30
Original issue reported on code.google.com by
rob.koberg
on 23 Apr 2009 at 11:47