修改时间格式: date(“Y-m-d”,strtotime($list[‘pubdate’])); 学习解释:将时间放入strtotime为时间戳后用date()转化格式.下面写了两个函数的 PHP strtotime() 函数 strtotime() 函数将任何英文文本的日期时间描述解析为 Unix 时间戳。 语法 strtotime(time,now)参数 描述 time 规定要解析的时间字符串。 now 用来计算返回值的时间戳。如果省略该参数,则使用当前时间。 PHP Date() 函数