function($format = '') { if ( !empty($format) ){ return $this->time->format($format); } else { return $this->time->format('Y-m-d H:i:s'); } }