CALC.month(date)

Return the numeric month for the given date. (1 for January)

Example

CALC.month(new Date(2000,1,21));

// returns 2

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