CALC.edate(date, months)

Return a date that is the indicated number of months before or after the specified date. A negative value represents a date before the specified date.

Example

// Add one month to Jan 14, 2000:

CALC.edate(new Date(2000,0,14), 1); // returns Feb 14, 2000

<< CALC.days360(start_date, end_date, Method) © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.eomonth(date, months) >>