当前位置:网站首页>PHP get last Monday, get the last week date of the specified date, last Monday
PHP get last Monday, get the last week date of the specified date, last Monday
2022-06-09 07:38:00 【Black paint # 000000】
PHP Get last Monday , Get the last week date of the specified date , last Monday
$end_date = '2022-02-26';
$w = date("w", strtotime($end_date)); // week
if( $w == 0 ) $w = 7; // 0= Sunday
$n = $w - 1 + 7; // last Monday
$date = date('Y-m-d', strtotime("-{$top_day_n} days", strtotime($end_date)));
echo "{$end_date} Last Monday :{$date}";边栏推荐
- [learning records of the first week in June] UU computer vision (1):3d Reconstruction & camera calibration
- MySQL: grouping query
- 2022年7月2日下午,济南IT技术聚会,感兴趣的朋友扫码报名并入群交流
- PostgreSQL database replication - background first-class citizen process walreceiver extracts information
- Understand the whole test process with one diagram
- Epoll series system call
- mysql根据父节点递归查询所有子节点,List转树形结构工具类
- 2022年最新山西建筑安全员模拟题库及答案
- On the readable and writable conditions of socket
- Confusing output from infinite recursion within try catch
猜你喜欢

Squid proxy application

2022制冷与空调设备安装修理特种作业证考试题库及答案

Installing MySQL using docker

High precision personnel positioning system, power plant indoor positioning application solution

How to prevent the biggest cloud security threat

知行之桥EDI系统Shopify端口的使用

The pure English voxedit competition is coming

Solution to display < unknown > when Charles grabs packets in win system

Distributed message middleware -- Introduction to message queue

Selenium: Introduction
随机推荐
Use of qflags flag class
MySQL: connection query
PostgreSQL database replication - background first-class citizen process walreceiver extracts information
Apache Web page and security optimization
TCP transmission control protocol
Google browser F12 (developer tool) ---network
Force to trigger epollin and epollout events
2022年全国最新消防设施操作员(中级消防设施操作员)考试模拟题库及答案
Boot Black apple with OpenCORE
Epoll series system call
Use of thread pool
The 11th finals of the electronic single chip microcomputer of the Blue Bridge Cup
【6月第一周学习记录】UU-Computer vision(1):3D reconstruction&Camera calibration
C language file -- read and write by string
Flutter learning Hello World
Cognition of clothing and textile industry
Classification explanation of compatibility test
MySQL: single table query
Google browser F12 (developer tool) -- function introduction
Read dates in various formats from excel and convert them to target formats