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($database_date) > strtotime('now') ) { ...