gpt4 book ai didi

php - 使用 strtotime() 在 php 中计算相对日期

转载 作者:可可西里 更新时间:2023-11-01 13:55:36 24 4
gpt4 key购买 nike

我正在寻找一种可靠的方法来返回当前周的指定工作日(例如“星期一”)的完整日期。

由于今天是 2012 年 6 月 13 日,星期三,我预计 <?php echo date("Y-m-d", strtotime('Mon this week')); ?>结果 2012-06-11 , 而不是 php 返回 2012-06-18好像它将 本周 解释为 下周。为什么会出现这种行为,我应该怎么做?

谢谢。

--杰夫

最佳答案

date( 'Y-m-d', strtotime( '上周一', strtotime( '星期日' ) ) );

这将搜索下一个星期日之前的星期一。

关于php - 使用 strtotime() 在 php 中计算相对日期,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11022384/

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