How to add three days to a given date in JavaScript? -
i have 1 text box. when enter date format mm/dd/yyyy in textbox , click outside textbox need display result mm/dd/yyyy+3 using javascript.
for example, if date 12/31/2013 result 01/03/2014.
hope link find answer:
Comments
Post a Comment