<?php $date = "2016-10-04"; $date1 = str_replace('-', '/', $date); $tomorrow = date('Y-m-d',strtotime($date1 . "+1 days")); echo $tomorrow;
You have javascript disabled. You will not be able to edit any code.