Kode PHP untuk mendapatkan hari berikutnya
$tomorrow = date("Y-m-d", strtotime("+1 day"));
Cooperative Cardinal
$tomorrow = date("Y-m-d", strtotime("+1 day"));