Feedback: irt.org FAQ Knowledge Base Q1142
Feedback on: irt.org FAQ Knowledge Base Q1142
Sent by Feng on October 17, 2001 at 16:37:14: - feedback #3253
Worth: Worth reading
Comments: It won't work with "03/01/2001 - 2 days". It will return "02/30/2001". How should we solve this problem?
Sent by Damian Johnson on Friday April 13, 2007 at 12:33:47 - feedback #4440
Worth: Worth reading
Length:
Technical:
Comments: i tried calaculation 180 day the calcumaltion is off by a couple if days
Sent by rohit marathe on Wednesday April 18, 2007 at 00:34:22 - feedback #4450
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: Nice script and is very useful...
Sent by Erik on Friday June 15, 2007 at 09:37:52 - feedback #4707
Worth: Worth reading
Length: Just right
Technical: Not technical enough
Comments: This is a better way... just let the javascript engine determine the values...
var _date = new Date(); var _val = _date.setDate(_date.getDate()+16); // now + 16 days alert(_date);
have fun!
|