예제 #1
0
 /**
  * Set the date format used by the model.
  *
  * @param  string $format
  * @return $this
  */
 public static function setDateFormat($format)
 {
     self::$toStringFormat = $format;
     Date::setToStringFormat($format);
 }