Ejemplo n.º 1
0
 /**
  * Gets the quarter of the year for this date
  *
  * Gets the quarter of the year for this date
  *
  * @access public
  * @return int the quarter of the year (1-4)
  */
 function getQuarterOfYear()
 {
     return Calc::quarterOfYear($this->day, $this->month, $this->year);
 }