Re: [PHP] Splitting up a timestamp?

2002-07-07 Thread Analysis & Solutions
Tony: On Sun, Jul 07, 2002 at 11:40:27AM +0100, Tony Harrison wrote: > > Hi. I please need some help with converting a MySQL timestamp into something > easily read. Any help at all is most appreciated, thanks. There are a lot of ways to do that. I'd go for the date_format() function in MySQL.

Re: [PHP] Splitting up a timestamp?

2002-07-07 Thread Alberto Serra
Tony Harrison wrote: > Hi. I please need some help with converting a MySQL timestamp into something > easily read. Any help at all is most appreciated, thanks. > ðÒÉ×ÅÔ! use DATE_FORMAT. (it's a MYSQL function, not a PHP one). Look for it in the online MySQL manual. ÐÏËÁ áÌØÂÅÒÔÏ ëÉÅ× --