help again!
i have this code to search my database
$result = mysql_query ("SELECT * FROM table
WHERE BDATE BETWEEN '2002-01-01' AND '2002-12-31'
AND SDATFIN1 = ' '
AND MORTDAT1 = ' '
ORDER BY SACDAT ASC, CNOMEN
",$conn);
the bdate field in my database is "date" format. what should i do so that on the output it will show the date as eg. Dec. 13, 2002 instead of 2002-12-13? thanks for anyone out there willing to help!