Удалить 1 день с даты в PHP

print('Next Date ' . date('Y-m-d', strtotime('-1 day', strtotime($date_raw))));
Stormy Serval