php 获取一个月的第一天及最后一天的方法大全
![]() | ![]() | ![]() | ![]() |
| 【性价之王】 | 【线路之王】 | 【价格之王】 | 【配置之王】 |
| 【免费之王】 | 【香港首推】 | 【梯子之王】 | 【独服之王】 |

PHP 获取上个月第一天及最后一天
$firstday = date('Y-m-01', strtotime('-1 month')); $lastday = date('Y-m-t', strtotime('-1 month')); PHP获取当月第一天及最后一天
$firstday = date('Y-m-01', strtotime(date("Y-m-d"))); $lastday = date('Y-m-d', strtotime("$firstday +1 month -1 day"));PHP获取当前年份、月份、日及当月天数
echo "当前年份:".date('Y')."年<br/>"; echo "当前月份:".date('m')."月<br/>"; echo "本月共有:".date("t")."天<br/>"; echo "今日为:".date('d')."号</br>";示例:在函数中获取当月第一天及最后一天
function getdays($date) { $firstday = date('Y-m-01', strtotime($date)); $lastday = date('Y-m-d', strtotime("$firstday +1 month -1 day")); return array($firstday,$lastday); } $today = date("Y-m-d");//获取当天作为参数 $day=getdays($today); echo "当月的第一天: ".$day[0]."<br/>当月的最后一天: ".$day[1];猜你可能想看的VPS
- 真实测评 咖啡主机→首月¥20 1 核 1G 20M 洛杉矶 CN2 G全球[VPS测评]
- Poli Systems→$11.19 月 1 核独享 4GB 内存 2虚拟空间(主机)
- laravel 框架提示→TokenMismatchException 全球[VPS测评]
- DedeCMS 中 dede:channel 标签调用栏目简介 desc全球[VPS测评]
- raksmart→美国(西海岸)独立服务器 优化线路 低至$46 月 高独立服务器[U]
- CentOS7 创建并启用 RAMDISK(内存盘)全球[VPS测评]
- js 判断 undefined 类型无效的解决办法全球[VPS测评]
- 流量太少-serverfield→台湾 VPS $9.9 月起步 100全球[VPS测评]
- cloudcone 便宜美国 vps 低至 2.5 折,平均 10 元 美国VPS[主机]
- Cubecloud 蛋蛋有礼活动→VPS 全场 88 折起 部分 VPS香港VPS[主机]
- 玩具 ¥15 月 256M 内存 5G 硬盘 300G 流量@100Mb全球[VPS测评]
- [黑五]CMIVPS 全站 VPS 年付 6 折 半年付 7 折 独立服独立服务器[U]
- 如何阻止Windows Update捆绑更新设备驱动WINDOWS
- CloudCone双十二促销 768MB内存VPS年付低至8美元全球[VPS测评]
- Mtbone → 泰国VPS 300THB 月 1核1G20G硬盘 无限全球[VPS测评]
- 牛信云入选艾瑞《2022年中国跨境电商服务行业趋势报告》典型厂商全球[VPS测评]
- 吸血鬼崛起服务器怎么快速搭建?全球[VPS测评]
- 30个美容院抖音唯美文案,看到就直接拿去发吧全球[VPS测评]
- 什么是VPS?国内VPS有哪些?全球[VPS测评]
- 消费复苏形势良好,我们将多措并举实施扩大内需政策全球[VPS测评]
- 加拿大以“国安”为由禁止华为、中兴参与5G建设全球[VPS测评]
- 从阿里云七代云服务器,谈云计算四大趋势全球[VPS测评]
- 酷锐云:元旦钜惠_美国CN2VPS低至20元/月_1核2G香港云主机低至美国VPS[主机]
- 谷歌浏览器网址如何显示http,www,Chrome谷歌浏览器恢复地址栏全球[VPS测评]
- 文物、沉船、村落!干旱导致大量遗迹重见天日 2022年干旱还要持续多久?全球[VPS测评]
- centos7如何查看firewall防火墙状态:开启/关闭/重启防火墙全球[VPS测评]
- 傲闪云vps,1核1G低至10元起,国内高防/香港CN2/美国CN2/美美国VPS[主机]
- 老六云:⾹港⼤宽带服务器、香港大带宽vps_新购⾸⽉85折优惠香港VPS[主机]
- 樊云:9折优惠,香港cn2 vps+(强制三网、50G高防);美国cn2美国VPS[主机]
- 很简单的图片不规则布局样式,纯css样式实现的图片瀑布流布局全球[VPS测评]
转载请注明原文地址:http://140.238.13.167:12355/read-220548.html











