| Current Path : /var/www/html/mmishra/irp/icure/doctor/ |
| Current File : /var/www/html/mmishra/irp/icure/doctor/z.php |
<?php
date_default_timezone_set('Asia/Calcutta');
include("../functions.inc");
//echo DateAdd(20);
$d = "2015-04-15";
$dd = date("Y-m-d", strtotime('+1 day', strtotime($d)));
echo $dd;
?>