Ejemplo n.º 1
0
 /**
  * Gets the day of the week for this date
  *
  * Gets the day of the week for this date (0=Sunday)
  *
  * @access public
  * @return int the day of the week (0=Sunday)
  */
 function getDayOfWeek()
 {
     return Calc::dayOfWeek($this->day, $this->month, $this->year);
 }