I am trying to manipulate a javascript date object, to increment it by one day:
var now = new Date(+1 day);
What are the javascript options for something like this…
EDIT: cheers
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Like this:
setDatewill correctly convert January 32 into February 1.