gpt4 book ai didi

php - 从 php 中的日期时间获取年/月/日?

转载 作者:IT老高 更新时间:2023-10-28 12:05:15 25 4
gpt4 key购买 nike

我用 date('w', timestamp)date('w', timestamp) 知道日期,date('n',时间戳) 几个月等。

现在我正在使用日期时间,我想知道从日期时间获取一天、一个月等的等效函数是什么。

PS:我知道我可以在 SQL 查询中使用 UNIX_TIMESTAMP(),但我更喜欢在我的代码中避免使用时间戳。

最佳答案

使用 DateTimeDateTime::format()

$datetime = new DateTime($dateTimeString);
echo $datetime->format('w');

关于php - 从 php 中的日期时间获取年/月/日?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7247259/

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