This article mainly introduces the method of PHP to calculate the start and end date of the week on the specified date, involving PHP The skills of operating date and time have certain reference value. Friends in need can refer to it
The example in this article describes how PHP calculates the start and end dates of the week on a specified date. Share it with everyone for your reference. The specific implementation method is as follows:
?
3 4 513 14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
'); echo('The last day of the week entered is: '.$lastday); ?> |