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($db_date) > time()) { echo $db_date; } else { echo 'go ahead'; }