摘要: 1、strtotime基本使用 2、本月最后一天 3、往后一个月 +1 month逻辑 strtotime +1 month -1 month逻辑:先将日期转换成合法的年月日,如strtotime("2018-02-29 -1 month") 2018-02-29,转换为2018-03-01。+1 阅读全文
posted @ 2018-08-20 14:14 与f 阅读(1443) 评论(0) 推荐(0)