gpt4 book ai didi

PHP 日期 strtotime 不工作

转载 作者:可可西里 更新时间:2023-11-01 13:36:32 24 4
gpt4 key购买 nike

这段代码是我写的

echo date("Y-m-d", strtotime($date, strtotime("+ " . $days . " days")));

$date = 2012-04-12
$days = 15

我希望将 $days(15 天)添加到日期 (2012-04-12) 我希望得到 2012-04- 27 并且此代码返回我 2012-04-12,我做错了什么?

最佳答案

echo date('Y-m-d', strtotime('+15 days', strtotime('2012-04-12')));

关于PHP 日期 strtotime 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10129274/

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