gpt4 book ai didi

php - 时间戳到正常日期格式并使用 PHP 进行反向转换

转载 作者:可可西里 更新时间:2023-11-01 00:16:34 25 4
gpt4 key购买 nike

我的时间戳为 2011-08-27 18:29:31。我想将其转换为 2011 年 8 月 27 日 06.29.31 PM。另外,我想将这种格式反向转换回以前的时间戳格式。我如何使用 PHP 执行此操作?

最佳答案

$converted = date('d M Y h.i.s A', strtotime('2011-08-27 18:29:31'));
$reversed = date('Y-m-d H.i.s', strtotime($converted));

关于php - 时间戳到正常日期格式并使用 PHP 进行反向转换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7222726/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com