php日期相加 增加天数,月数的方法
c 2023-06-08 16:03:18 发表在:PHP 查看数:1094

当前时间增加一天: eccho date('Y-m-d',strtotime("+1 day"))

当前时间增加一月: strtotime("+1 month")

当前时间增加一年: strtotime("+1 year")

当前时间增加一秒: strtotime("+1 seconds")

已有时间增加一天:

$d='2012-10-11';

eccho date('Y-m-d',strtotime("{$d} +1 day"));

更多的有

echo strtotime( 'yesterday ') echo date( "Ymd ",strtotime( 'last week '));

最近访问时间:2025-05-01 07:54:16
知识库:340条鸣谢:TAY  备案号:蜀ICP备2024090044号