CALC.workday(date, days, [Holiday_array])

Returns a date which represents the next workday which occurs after the specified number of working days after the specified date. Holiday_array is an optional list of dates which are to be excluded as working days.

Example

CALC.workday(new Date(2005,11,1), 6);

// returns 12/9/2005

<< CALC.weeknum(date) © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.year(date) >>