CALC.weeknum(date)

Return the week within the year for the given date (1 for the first week).

Example

CALC.weeknum(new Date(2006,0,18));

// returns 3

<< CALC.weekdayname(date) © 1996-2013 InetSoft Technology Corporation (v11.4) CALC.workday(date, days, [Holiday_array]) >>