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