Пример #1
0
 public static function getHumanDate($postID)
 {
     return Functions::getHumanDate(strtotime(static::getPost($postID)->post_date));
 }