前日の時刻を取得:
$mytime= date("Y-m-d H:i:s", strtotime("-1 day"));
$mytime= date("Y-m-d H:i:s", strtotime("-3 day"));
$mytime= date("Y-m-d H:i:s", strtotime("-1 month"));
$mytime= date("Y-m-d H:i:s", strtotime("-3 month"));
$mytime= date("Y-m-d H:i:s", strtotime("-1 hour"));
$mytime= date("Y-m-d H:i:s", strtotime("-1 year"));