I use the timestamp field to collect a last updates date and time. It gives data in the format YYMMDDHHMMSS.
Is there any way to rearrange the data to hhmmddmmyy when using echo date() to display the data?
Maybe read: http://www.mysql.com/doc/en/Date_and_time_functions.html
PHP manual suggests something about the UNIX_TIMESTAMP function in mysql