PHP usuń 1 dzień od daty

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