Пример #1
0
 static function distance_of_time_in_words_to_now($from_time, $include_seconds = false)
 {
     return AkDateHelper::time_ago_in_words($from_time, $include_seconds);
 }