php: +1天, +3个月, strtotime(): +1 day, +3 month

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php: +1天, +3个月, strtotime(): +1 day, +3 month相关的知识,希望对你有一定的参考价值。

php: +1天, +3个月, strtotime():  +1 day, +3 month

比如,我现在当前时间基础上+1天:

strtotime("+1 day");

 

比如我现在,2014-05-01时间上 + 3个月

$s = strtotime("2014-05-01");

$d = strtotime("+3 month", $s);

 

以上是关于php: +1天, +3个月, strtotime(): +1 day, +3 month的主要内容,如果未能解决你的问题,请参考以下文章

php date strtotime的用法

PHP计算上一个月最后一天当月最后一天下一个月最后一天

php时间格式转换

PHP 返回近7天 本月 上月日期

PHP获取一段时间内的每个周几, 每月几号, 遇到特殊日子就往后延

php常规笔试题