コード例 #1
0
ファイル: Api.php プロジェクト: kmvan/poiauthor
 public static function getHumanDate($postID)
 {
     return Functions::getHumanDate(strtotime(static::getPost($postID)->post_date));
 }