CALC.eomonth(date, months)

Return a date that is the indicated number of months before or after the specified date, and is also the last day of that month. A negative value represents a date before the specified date.

Example

CALC.eomonth(new Date(2000,0,14), 1);

// returns 2/29/2000

<< CALC.edate(date, months) © 1996-2013 InetSoft Technology Corporation (v11.4) CALC.hour(timeInstant) >>