コード例 #1
0
 /**
  * Sets new date format
  *
  * @see http://www.php.net/manual/en/function.date.php
  * @param string $format new date format to use
  * @return void
  */
 public static function setFormat($format)
 {
     self::$format = (string) $format;
 }