Im pulling a date from a database which is formatted like dd-mm-YYYY.
What I want to do is check the current date;
if (strtotime($date) > mktime(0,0,0)) should do the job.
if (strtotime($date) > mktime(0,0,0))