Beispiel #1
0
 public function getFormattedEndTime()
 {
     if (!$this->EndTime) {
         return "--";
     }
     return CalendarUtil::get_time_format() == "12" ? $this->obj('EndTime')->Nice() : $this->obj('EndTime')->Nice24();
 }