Пример #1
0
 /**
  * Get the Julian date for this date
  *
  * Get the Julian date for this date
  *
  * @access public
  * @return int the Julian date
  */
 function getJulianDate()
 {
     return Calc::julianDate($this->day, $this->month, $this->year);
 }