php获取前一天,前一个月,前半年,前一年的时间戳


#获取前一小时
strtotime(“-1 hour”)

#获取前一天
strtotime(“-1 day”)

#获取前一周
strtotime(“-1 week”)

#获取前一个月
strtotime(“-1 month”)

#获取前半年
strtotime(“-6 month”)

#获取前一年
strtotime(“-1 year”)

原创文章,作者:254126420,如若转载,请注明出处:https://blog.ytso.com/273193.html

(0)
上一篇 2022年7月10日
下一篇 2022年7月10日

相关推荐

发表回复

登录后才能评论