php strtotime + 1 day code example
Example 1: php strtotime 1 day ago from
date('Y-m-d', strtotime('+1 day', strtotime($date)))
Example 2: php strtotime plus 1 day
$NewDate = date('Y-m-d', strtotime('+7 days'));
date('Y-m-d', strtotime('+1 day', strtotime($date)))
$NewDate = date('Y-m-d', strtotime('+7 days'));