CALC.eomonth(date, months)
Related Functions & Properties
CALC.dateValue(date)
CALC.day(date)
CALC.days360(start_date, end_date, Method)
CALC.edate(date, months)
CALC.eomonth(date, months)
CALC.hour(timeInstant)
CALC.minute(timeInstant)
CALC.month(date)
CALC.monthname(date)
CALC.networkdays(date1, date2, [Holiday_array])
CALC.now()
CALC.quarter(date)
CALC.second(date)
CALC.time(hour, minute, second)
CALC.timeValue(date)
CALC.today()
CALC.weekday(date, [number])
CALC.weekdayname(date)
CALC.weeknum(date)
CALC.workday(date, days, [Holiday_array])
CALC.year(date)
CALC.yearfrac(date1, date2, [basis])
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