I have some simple question regarding about calculate the actual day from Starting Date to Ending Date.
Inside the calculation will include leap year, how many day in a month.
Example:
Starting Date : 15-03-2014
Ending Date : 11-06-2015
Result: 453 days
I had read one question quite similar with this. But it is not I want.
How to calculate the difference between two dates using PHP?