在蛋糕中带有日期的操作


Operations with dates in cakephp

如何在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