Answered
PHP/MySQL Date display format
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
Here is my current code, what should I add to make it do what I want.
<?php echo $row_Recordset1['review_date']; ?>
Thanks
