コード例 #1
0
 public function getFormattedExceptionDate()
 {
     if (!$this->ExceptionDate) {
         return "--";
     }
     return CalendarUtil::get_date_format() == "mdy" ? $this->obj('ExceptionDate')->Format('m-d-Y') : $this->obj('ExceptionDate')->Format('d-m-Y');
 }