php实现日期的加减
程序员文章站
2022-04-21 17:21:21
...
这篇文章介绍的内容是关于php实现日期的加减 ,有着一定的参考价值,现在分享给大家,有需要的朋友可以参考一下
函数名:strtotime("time");
例:
加1天:strtotime("+1day")
加1个月:strtotime("+1month")
加一年:strtotime("+1year")
减1天:strtotime("-1day")
减1个月:strtotime("-1month")
减一年:strtotime("-1year")
以上就是php实现日期的加减 的详细内容,更多请关注其它相关文章!
上一篇: php做的服务端 socket 该怎么传递数组传递数组
下一篇: PHP垃圾收集器和程序员的幽默