Exemplo n.º 1
0
 /**  */
 function formatUpdated($format = "Y/m/d H:i:s")
 {
     return DateUtil::format($this->updated, $format);
 }
Exemplo n.º 2
0
 /**  */
 function formatCtime($format = "Y/m/d H:i:s")
 {
     return DateUtil::format($this->ctime, $format);
 }
 /**  */
 function formatDate($format = "Y/m/d H:i:s")
 {
     return DateUtil::format($this->date, $format);
 }