Tag Archives: PHP Date and time

Calculating Difference Between Two days And Display Particular Period of days Using PHP

In PHP some application depends on date , Calculating Diffence between two days and displaying a period of days or month or years. We Are using to calculate difference between two days using DateTime class. This helpfull for many web application that depends on date time based. Finding Difference between  two days: [code] $date1 =… Read More »