cakephp中的日期如何操作?
我想计算两个日期之间的天数差,例如:一个日期减去 10 天或一个日期加上 20 天。
我该怎么做?
你可以使用这个:
CakeTime::format('r', '+20 days', true);
看看这个:http ://book.cakephp.org/2.0/en/core-libraries/helpers/time.html
也许你也不想看到这个:http ://www.php.net/manual/en/function.date.phpenter