博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
指定年月月初月末时间戳
阅读量:4960 次
发布时间:2019-06-12

本文共 301 字,大约阅读时间需要 1 分钟。

$month = I('month');

if(empty($month)){//没有设置月份,取当月数据
$month = date('Y-m');
}
$year = gmdate("Y", strtotime($month));
$month_start = strtotime($month);//指定月份月初时间戳
$month_end = mktime(23, 59, 59, date('m', strtotime($month))+1, 0,$year);//指定月份月末时间戳

转载于:https://www.cnblogs.com/tangqiang2/p/9244438.html

你可能感兴趣的文章
管理信息系统 第三部分 作业
查看>>
[Leetcode Week13]Search a 2D Matrix
查看>>
查看端口占用cmd命令
查看>>
2019.01.17王苛震作业
查看>>
Halcon学习(八)文本操作
查看>>
MFC电子词典
查看>>
清除浮动
查看>>
PayPal(贝宝)支付接口、文档、IPN
查看>>
ORACLE 10G R2_执行计划中cost cardinality bytes cpu_cost io_cost解释
查看>>
关于this和base
查看>>
本地存储
查看>>
MP3的播放与停止
查看>>
牛客(59)按之字形顺序打印二叉树
查看>>
JavaScript 图表库 xCharts
查看>>
Android项目的目录结构
查看>>
C++中“引用”的底层实现
查看>>
vuex中的dispatch和commit
查看>>
mybatis实战教程二:多对一关联查询(一对多)
查看>>
NodeMCU文档中文翻译 3 构建固件
查看>>
前端学习☞jquery
查看>>