Im pulling a date from a database which is formatted like dd-mm-YYYY.
What I want to do is check the current date;
Use strtotime to convert any date to unix timestamp and compare.