Phip
07-16-2002, 02:00 AM
$sql = mysql_query("SELECT DATE_FORMAT(date_column, ' %b %d %Y ') FROM table ORDER BY id") or die(mysql_error());
how do i make that work?
i'm assuming you take, say, 2002-04-17 out of mysql and have php process it into
apr-17-2002. i thought this would be how you do it. but it doesn't seem to want to work.
how do i make that work?
i'm assuming you take, say, 2002-04-17 out of mysql and have php process it into
apr-17-2002. i thought this would be how you do it. but it doesn't seem to want to work.