In the last episode (Aug 11), Jos Haroldo Filho - Transaliana said:
> Everybody knows MYSQL records dates datatypes in yyyymmdd format,
> right? But I would like to knows how can I display in a report the
> format ddmmyyyy. I saw in the mailing list archieves an e-mail and
> the was displayed in this format: Date: Wed, 1 Aug 2001 19:09:56
> +0500 , so it_s possible, but in the MYSQL document I did not saw any
> reference.Could anybody help me?
Mysql docs, chapter 6.3.4:
http://www.mysql.com/doc/D/a/Date_and_time_functions.html
See date_format().
--
Dan Nelson
dnelson@stripped