Ok, I've set up a my sql db and it has a date field yyyy-mm-dd
Actually, the field is the starting date of a course (the table consists out of a list of available courses and a lot of practical information)
When I search the database, we'll display the name of the course and the date. Now we're European based and we want the date in another format.
now how is this done in PHP or MYSQL? I want it to display the date in the format dd-mm-yyyy
Any suggestion will be more than welcome? Thanks in advance.