Date: 05/27/06 (Java Web) Keywords: php, mysql, sql Many of us do not realize that MySQL’s Timestamp is not the timestamp which PHP date() understands. In fact if you try to use MySQL timestamp directly in php date() function then you will get totally wrong dates. There is a simple way to use MySQL timestamp data in php. First you need to modify the [...] Source: http://blog.taragana.com/index.php/archive/how-to-process-mysql-timestamp-in-php/
|