I'm Having some problems calculating the number of Days between Two Dates.. The dates are in YYYY-mm-dd (MySQL) Format, and I need to know the number of DAYS between the two.
I know this is simple... Just really hate DATE() and mktime() - They always confuse me..