0
0

More than 1 year has passed since last update.

先週の1週間を取得

Posted at

先週

    $last_sunday = date("Y-m-d",strtotime("last Sunday"));
    $last_week_cast_ranking_list = RankingCastDaily::getRankingListByCondition([
        'area_id' => $area,
        'not_price_0' => 'true',
        'start_date' =>  date("Y-m-d",strtotime("-6 day" .$last_sunday)),
        'end_date' => date("Y-m-d",strtotime("last Sunday")),
    ]);
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0