1 $startdate=strtotime("2009-9-5"); 2 $enddate=strtotime("2009-9-18"); 3 $days=round(($enddate-$startdate)/3600/24) ; 4 echo $days;