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的主要内容,如果未能解决你的问题,请参考以下文章