gpt4 book ai didi

php - 计算-1个月时的PHP天错误

转载 作者:行者123 更新时间:2023-12-03 08:50:13 26 4
gpt4 key购买 nike

当我在PHP日期计算中遇到问题时,我感到惊讶。

$add = '- 30 days';
echo date('Y-m-01', strtotime($add)); // result is 2017-02-01 which is correct as need

但在
$add = '-1 month';
echo date('Y-m-01', strtotime($add)); // result is 2017-03-01 which is in correct

请帮我解决这个问题。

最佳答案

您可以看一下:http://php.net/manual/en/function.strtotime.php(说明和评论)

Note:

Using this function for mathematical operations is not advisable. It is better to use DateTime::add() and DateTime::sub() in PHP 5.3 and later, or DateTime::modify() in PHP 5.2.

关于php - 计算-1个月时的PHP天错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43111741/

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