Possible Duplicate:
How to calculate the difference between two dates using PHP?
I have two dates of the form:
Start Date: 2012-02-10 11:26:00
End Date: 2012-04-25 01:50:00
Now I need to find the difference between these two in the below form:
years, months, days, hours, minutes, seconds
How can I do this in PHP?