sobhagya-sahu / datejs

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

The methods isAfter and isBefore do not seem to be present in any the library files supplied. #113

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try your example Date.today().isAfter( ... );
2. Try your example Date.today().isBefore( ... );
3.

What is the expected output? What do you see instead?
A boolean value. 

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

Please provide any additional information below.

Original issue reported on code.google.com by michael....@gmail.com on 11 Nov 2010 at 5:31

GoogleCodeExporter commented 8 years ago
Any update on this issue?

Original comment by federico...@gmail.com on 19 Jan 2011 at 8:15

GoogleCodeExporter commented 8 years ago
Found the correct build with isBefore, isAfter, etc here:

http://code.google.com/p/datejs/source/browse/trunk/#trunk%2Fbuild

Original comment by klands...@kaliber.net on 29 Mar 2011 at 2:15

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
but then this breaks...

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

If I go with the latest file, how would I do the above?

Original comment by adam.col...@googlemail.com on 24 Apr 2012 at 10:59

GoogleCodeExporter commented 8 years ago
Is there anything going on with this issue?  I've downloaded latest from here:
https://code.google.com/p/datejs/downloads/list

This is dated as 2007.  I've agent ransacked the entire directory looking for 
isafter does not appear in any file like in comment 2.

Is it fair to assume that this library is defunct and not getting maintained 
anymore?  It was looking promising.

Original comment by andez2...@googlemail.com on 17 May 2013 at 3:17

GoogleCodeExporter commented 8 years ago
works fine in the current build on my fork: 
https://github.com/abritinthebay/datejs/

Original comment by darkcr...@gmail.com on 16 Sep 2013 at 5:47