Closed GoogleCodeExporter closed 9 years ago
Please ensure you are using the latest build from svn
(http://www.datejs.com/svn/).
The following appears to work correctly.
Example
var date1 = Date.parse("Fri 24 July 2009 5:00:00");
var date2 = Date.parse("Fri 24 July 2009 5:30:00");
console.log("date1", date1);
console.log("date2", date2);
console.log("isBefore", date1.isBefore(date2));
Hope this helps.
Original comment by geoff%co...@gtempaccount.com
on 27 Jul 2009 at 3:05
Original issue reported on code.google.com by
brend...@gmail.com
on 24 Jul 2009 at 7:28