gpt4 book ai didi

php - 从 DATETIME 格式中提取小时值

转载 作者:行者123 更新时间:2023-11-29 01:07:12 34 4
gpt4 key购买 nike

如何从 DATETIME 格式变量中获取小时数。

示例:2009-08-17 13:00:00

我只需要得到'13'

最佳答案

$hour = date("H", strtotime('2009-08-17 13:00:00'));

关于php - 从 DATETIME 格式中提取小时值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1286602/

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