1条回答 默认 最新
- dsvf46980 2018-02-04 05:21关注
I don't exactly know the name, but you can use it with the
DateTime
class.<?php $date = new DateTime('20180129T220300Z'); echo $date->format('Y-m-d H:i:s'); // 2018-01-29 22:03:00 ?>
More information about the class and its methods over here...
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报