CALC.quarter(date)

Return the quarter for the given DATE (1 for the first quarter).

Example

CALC.quarter(new Date(2005, 11, 28));

// returns 4

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