这次我会转换(strftime?)
2013-07-12T07:59:27+0000
以更简单的方式阅读“12/07/2013”(dd-mm-aaaa)和 +2(我在意大利,所以这个时间必须是 09:59,秒数不重要)。
非常感谢!
PS你能告诉我“有点时间表达”是什么,所以下次我会更有能力在谷歌中搜索而不用问?:)
尝试这个:
echo date('d/m/Y H:i', strtotime('2013-07-12T07:59:27+0000'));
更多信息,请阅读: http: //php.net/manual/en/function.strtotime.php