Problem Description
I have two dates of the form:
```lang-none
Start Date: 2007-03-24
End Date: 2009-06-26
```
Now I need to find the difference between these two in the following form:
```lang-none
2 years, 3 months and 2 days
```
How can I do this in PHP?
AI-Generated Solution
Powered by LMSouq AI · GPT-4.1-mini
Analyzing problem and generating solution…
Was this solution helpful?