echo the time in a nice format.
There's preceding connect and query code, but it's all working
<? echo "The file was created"
.date("r",strtotime(odbc_result($exc,"File_Date"))); ?>
I just used an example from the manual, which works but returns: Sun, 3 Nov 2002 00:00:00 -0500
I want it to just Display: Nov 3, 2002 and cut out the time and dayname.