Ejemplo n.º 1
0
 /**
  * Loads todays unix time and date info
  */
 public function loadToday()
 {
     $atime = PHPWS_Time::getTimeArray();
     $this->today =& $atime['u'];
     $this->current_date = $this->today;
     $this->int_month =& $atime['m'];
     $this->int_day =& $atime['d'];
     $this->int_year =& $atime['y'];
 }