$expiredate='2009/03/31';
$cdate='2009/03/03';
$dateDiff = $expiredate - $cdate;
$fullDays = floor($dateDiff/(60*60*24));
the above method i am using to find the difference between two date.but it is not working.can any one tell me how to find the difference using php.