Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Javascript Date Arithmetic

DougMay 7 2011 — edited May 15 2011
In 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 12 2011
Added on May 7 2011
4 comments
733 views