Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can we know the number of days between two given dates
using PHP?

Answer Posted / ash

$date1 = date('Y-m-d');
$date2 = "2007-07-05";
$days = (strtotime($date1) - strtotime($date2)) / (60 * 60
* 24);
echo " No of $days difference";

Is This Answer Correct ?    25 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is $_ request?

1034


What are php loops?

1015


What is encapsulation in php?

1034


How is the comparison of objects done in php?

983


Explain me what is the use of header() function in php?

1083


How do I find environment variables?

1068


What is php programming used for?

1049


What are the popular content management systems (cms) in php?

970


What is csrf mvc?

1084


In php how can you jump in to and out of "php mode"?

1037


What is php data type?

1019


What are the methods useful for method overloading?

1076


How can you pass a variable by reference?

1054


How do I stop php artisan serve in windows?

1006


What is PHP? Who is the father or inventor of PHP?

1087