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 the current date is before the date coming from the database then it needs to print the database date, if its after then it needs to print 'go ahead'.Im pulling a date from a database which is form