示例#1
0
文件: Api.php 项目: kmvan/wordpoi
 public static function getHumanDate($postID)
 {
     return Functions::getHumanDate(strtotime(static::getPost($postID)->post_date));
 }