PDA

View Full Version : How to read Date and Time in MySQL 5


Wet_hooters
11-16-08, 07:27 PM
Hello ! How do you read the date stamp im MySql 5

Like this datestamp 1226427647..

Thanks !

Kim

HalfaBee
11-16-08, 08:21 PM
You probably should read this http://dev.mysql.com/doc/refman/5.0/en/datetime.html :)

troycawley
11-16-08, 09:03 PM
Or this: http://php.net/date

Wet_hooters
11-17-08, 09:37 PM
Thanks guys !

Kim