gpt4 book ai didi

php - 在 php 中获取当前一周中的第一天和最后一天

转载 作者:可可西里 更新时间:2023-11-01 00:06:21 26 4
gpt4 key购买 nike

我如何获取并显示我们所在的本周的第一天和最后一天的日期。

所以在本周它会输出:

2012-05-14  -  2012-05-20

(今天是2012-05-17)

如何简单地做到这一点?

最佳答案

尝试使用 strtotime

$first = date('Y-m-d',strtotime("last monday"));
$last = date('Y-m-d',strtotime("next sunday"));

其他例子

strtotime('monday this week');
strtotime('sunday this week');

关于php - 在 php 中获取当前一周中的第一天和最后一天,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10634739/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com