Consider following code:
$today = date(\"d/m/Y\"); $start_date = \'20/11/2014\'; $time1 = strtotime($start_date1); $start_date1 = date(\'d/m/Y\',$time1); $end_
Try this: