Javascript Date Arithmetic
DougMay 7 2011 — edited May 15 2011In PLSQL you can use the addmonths date function to add however many years you like to a date, e.g. ":maturity_date := add_months(:tdate,(:years * 12))."
Can you do this using javascript? If so, how? I have not found this at w3schools.com.