Example #1
0
 /**
  * Change the date output format of parent's
  *
  * @param string $format
  *
  * @return mixed
  */
 public function date($format = 'F jS, Y')
 {
     //December 24th, 2015
     return parent::date($format);
 }