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.
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