<?php // 1日前の日付を得る $now = new DateTime(); $end_date = $now; $end_date->sub(new DateInterval('P1D')); echo $end_date->format('Ymd');
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`