dsn1327 2016-01-07 20:25
浏览 117
已采纳

在php中更改ISO日期时间格式

I am getting ISO datetime using below code

$date= date("c");
echo $date;

which returns something like below

2016-01-07T20:18:46+00:00

But the API I use tells that its wrong format and it needs in below format:

2016-01-07T20:35:06+00Z

I need to remove :00 at the end and add Z.

I am completely new to regex , can anyone help me understand the regex and tell which format is required.

  • 写回答

2条回答 默认 最新

  • dongyilu3143 2016-01-07 22:15
    关注

    You'll want to define the date format specifically.

    If microseconds will always be 00

    date("Y-m-d H:i:s+00\Z");
    

    Else, use this little big of logic

    date("Y-m-d H:i:s+"). substr((string)microtime(), 2, 2) . 'Z';
    

    More info.

    http://php.net/manual/en/function.date.php

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 vs2022无法联网
  • ¥15 TCP的客户端和服务器的互联
  • ¥15 VB.NET操作免驱摄像头
  • ¥15 笔记本上移动热点开关状态查询
  • ¥85 类鸟群Boids——仿真鸟群避障的相关问题
  • ¥15 CFEDEM自带算例错误,如何解决?
  • ¥15 有没有会使用flac3d软件的家人
  • ¥20 360摄像头无法解绑使用,请教解绑当前账号绑定问题,
  • ¥15 docker实践项目
  • ¥15 利用pthon计算薄膜结构的光导纳