获取上周日是几号,上周一是几月几日,上月一号,上月最后一天php strtotime方法计算
在使用php开发项目, 对数据进行汇总,统计,制作报表, 经常用到下面几个时间点是几月几号, 上周一,上周日,上月一号,上月最后一天, 其实使用strtotime()函数, 很容易取得上面对应的日期, 下面的代码要求你的PHP版本在5.3以上。 一、 php获取上周一是几月几日 date('Y-m-d', strtotime('-2 mond[详细]
阅读 835 发布时间:2020-09-11