saheb11 / datejs

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

.isAfter() function is not working #138

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
.isAfter() function is not working it showing the error message 
Error: Object doesn't support this property or method

What is the expected output? What do you see instead?
it should show true or false

What version of the product are you using? On what operating system?
window xp

Please provide any additional information below.

Original issue reported on code.google.com by ravi.kan...@gmail.com on 24 Nov 2011 at 6:22

GoogleCodeExporter commented 8 years ago
Dito!

If you get the latest file 

this will break!

var nextMonth = Date.parse("24/04/2012").next().month();

Original comment by adam.col...@googlemail.com on 24 Apr 2012 at 11:01

GoogleCodeExporter commented 8 years ago
Both work in the current build in my fork: 
https://github.com/abritinthebay/datejs/

Original comment by darkcr...@gmail.com on 16 Sep 2013 at 4:04