Beispiel #1
0
 /**
  * @deprecated use DateUtils::getDate
  * @param null $now
  * @return string
  */
 public static function getDate($now = null)
 {
     return DateUtils::getDate($now);
 }