gpt4 book ai didi

php - 我如何转换这种时间格式?

转载 作者:行者123 更新时间:2023-11-29 03:53:10 26 4
gpt4 key购买 nike

2011-07-13 02:38:31

^ MySQL 格式。

我想使用 PHP 将其转换为另一种格式,例如 , July 13, 2011 2:38 am。

最佳答案

<?php
$time_from_db = '2011-07-13 02:38:31';

echo date('F j, Y g:i a', strtotime($time_from_db));
?>

关于php - 我如何转换这种时间格式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6725847/

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