Пример #1
0
 /**
  * Gets the number of weeks in the month for this date
  *
  * Gets the number of weeks in the month for this date
  *
  * @access public
  * @return int number of weeks in this month
  */
 function getWeeksInMonth()
 {
     return Calc::weeksInMonth($this->month, $this->year);
 }