i need to calculate the date from thirty days using Date in javascript
var now = new Date();
Example:
if today is the 13 February 2013, 30 days later is the 15 March 2013. so something that is different from 30DaysLaterMonth = ActualMonth+1.
I hope my question is clear.. 🙂
thanks everybody!
1 Answer