CALC.networkdays(date1, date2, [Holiday_array])

Return the total number of working days between two given dates. If the start date or end date is itself a working day, that day is also included in the total. Holiday_array is an optional array of dates which are to be excluded from the working days.

Example

CALC.networkdays(new Date(1978,1,21), new Date());

// returns 7282 (assuming new Date() is Jan 18, 2006)

<< CALC.monthname(date) © 1996-2013 InetSoft Technology Corporation (v11.4) CALC.now() >>