8,849
edits
Changes
→Example
var newDate=dateadd(sdate,'m',duration);
===Example===
The following example adds a specified number of months (saved in cf_123456) to the startdate, and saves it as the enddate.
frm.enddate.value=ssConvertDate(edate,"@dateformat@");
</pre>
==Notes==