コード例 #1
0
ファイル: sfDate.class.php プロジェクト: solutema/siwapp-sf1
 public static function h2d($from)
 {
     return empty($from) ? $from : sfDate::from_human($from)->to_database();
 }