コード例 #1
0
ファイル: ak_date_helper.php プロジェクト: bermi/akelos
 static function distance_of_time_in_words_to_now($from_time, $include_seconds = false)
 {
     return AkDateHelper::time_ago_in_words($from_time, $include_seconds);
 }