Tried many different ways of using mktime....
All I'm doing is sending in 2 dates, and sending back the diff in days.
Found many solutions here, but what I need to do is send a var in, like:
$date1= mktime ($sdate);
or
I can send in a date formatted 20021128, or any way to get this to work, it's something combined with the date() right?
Thanks if you know...B