gpt4 book ai didi

php - 上周,本周 (php)

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

我正在做一些统计,我想选择(仅上周)和本周的时间。

本周很简单:

$start = strtotime('this week');
$finish = time();

上周

$start = strtotime('last week');
$finish = ??????

最佳答案

这个?

$start = strtotime('2 weeks ago');
$finish = strtotime('last week');

编辑:将功劳归于@Dominic Barnes 的评论。

关于php - 上周,本周 (php),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5710275/

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