我在我的php中使用此代码来获取日期
$blog_post->last_modified is equal to 2017-08-07 22:55:00
我想拿起日期,我正在使用这段代码:
date_format($blog_post->last_modified,'d');
它给我这个错误
警告:date_format()要求参数1为DateTimeInterface,第57行的C:\ xampp \ htdocs \ toturials \ portfolio \ blog.php中给出的字符串