예제 #1
0
파일: Api.php 프로젝트: kmvan/poiauthor
 public static function getHumanDate($postID)
 {
     return Functions::getHumanDate(strtotime(static::getPost($postID)->post_date));
 }