Try this:
<?php echo Date("M d, Y",
strtotime($row_Recordset1['review_date'])); ?>
--
Ken Ford
Adobe Community Expert
Fordwebs, LLC
http://www.fordwebs.com
"newhorizonhosting.com" <charles@dieselinteractive.com>
wrote in message news:et7lf6$q8a$1@forums.macromedia.com...
> Can someone help me out here. I am trying to format my
date. My MySQL is a
> "datetime". How ever I would like to display only the
month, day, year like so
> "Jan,15,2007"
>
> Here is my current code, what should I add to make it do
what I want.
>
> <?php echo $row_Recordset1['review_date']; ?>
>
> Thanks
>