Quote:
Originally Posted by Grim_
You can do it either way really. Just compare the data you are retrieving from the database to the current date in the query. Vice versa, you could do it after you retrieve the query and compare the dates.
|
Well wouldn't that be complicated if the date has passed? Can't really use if(date1 < date2).