gpt4 book ai didi

php - 在 PHP 中从带时间的日期到不带时间的日期

转载 作者:行者123 更新时间:2023-12-05 00:05:50 24 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





Convert one date format into another in PHP

(17 个回答)


5年前关闭。




我必须转换这个字符串日期 2016-09-26 00:00:00.000yyyy-mm-dd没有其他字符的格式。

你能帮我吗?

最佳答案

您可以只使用 DateTimeformat() 一起上课方法:

$d = new DateTime('2016-09-26 00:00:00.000');
echo $d->format('Y-m-d');

关于php - 在 PHP 中从带时间的日期到不带时间的日期,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39850535/

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