PHP计算当前时间之后(之前)的时间

PHP中有一个非常厉害的函数,strtotime()函数,这个函数有一个异常厉害的使用方法,手册上说的有,但是估计在实际应用中能够想到的人不多:

请看下面的列子:

当前时间之后的时间是“+”,之前的时间当然用“-”就可以了!

strtotime(”+1 week”) 当前时间一周之后

strtotime(”-1 week”) 当前时间一周之前

strtotime(”+1 months”) 一个月之后

strtotime(”+5 days”) 5天之后

strtotime(”+12 hours”) 12个小时之后

strtotime(”+20 minutes”) 20分钟之后

strtotime(”+30 seconds”) 30秒之后

strtotime(”Last Saturday“) 上周六的时间

strtotime(”Next Saturday”) 下周六

date('Y-m-d' , strtotime('next monday' , strtotime('2015-05-04')));

2015-05-04 的下个周一

date(”Y-m-d H:i:s”,strtotime(”+1 months +1 week +3 days +4 hours +16 minutes +32 seconds”));

当前时间一个月零两周,零三天,零4个小时16分钟32秒后的时间
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值