Hi,
I have a MySQL table with a Timestamp(8) field.
I would like to get out data form this field and format it as dd-mm-yyyy istead of yyyymmdd .
This field is selfcompiled each time a new record is inserted, so I have no control of the date format.
How can I re-format the output date ?
Thank you