gpt4 book ai didi

php - 转换时间格式为 HH :MM AM/PM to HH:MM:SS

转载 作者:太空宇宙 更新时间:2023-11-03 12:05:44 27 4
gpt4 key购买 nike

我正在使用 PHP 和 MySQL。如何将格式为 HH:MM AM/PM 的时间转换为 HH:MM:SS 以节省 MySQL 的时间?

最佳答案

使用 strtotime 将其转换为时间戳,然后使用 date 函数对其进行格式化。

下面的示例假设 $time 已设置为您需要格式化的时间。

$time = date( "H:i:s", strtotime( $time ) );

关于php - 转换时间格式为 HH :MM AM/PM to HH:MM:SS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26701256/

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