#先週
$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")),
]);
More than 1 year has passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme