Example #1
0
 public static function d2h($from)
 {
     return empty($from) ? $from : sfDate::from_database($from)->to_human();
 }