I have a field in a table with the date+time stamp. The output from the firld is like this:
2004-05-13 18:09:56
How can I only display the date, and hopefully in a more friendlier manner, like, May 13, instead of 2004-05-13 ?
http://www.webhead.cc/main.php?inv=59 page 5
I would suggest the DATE_FORMAT() function in MySQL
a lil ways down on this page here