A
Anonymous
Guest
How do I find the difference between two dates in days?
E.g. 08/01/2004 - 05/01/2004 = 3 days
The actual dates to be used will be in MySQL datetime format (yyyy-mm-dd), but I don't think that really matters for this question.
I'm sure this should be really simple, but I just can't figure it out!
E.g. 08/01/2004 - 05/01/2004 = 3 days
The actual dates to be used will be in MySQL datetime format (yyyy-mm-dd), but I don't think that really matters for this question.
I'm sure this should be really simple, but I just can't figure it out!