CALC.monthname(date)

Return the name of the month for the given date (e.g. “March”).

Example

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

// returns February

<< CALC.month(date) © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.networkdays(date1, date2, [Holiday_array]) >>