示例#1
0
文件: Utils.php 项目: sb15/utils
 /**
  * @deprecated use DateUtils::getDate
  * @param null $now
  * @return string
  */
 public static function getDate($now = null)
 {
     return DateUtils::getDate($now);
 }