Question
reformat date
I have a MySQL table with a field formatted with the "date"
type (example:
2005-03-21). When I add this field to a web page (example: "<?php echo
$row_getNews['news_date']; ?>" ) I would like to hve it written as: "March
21, 2005".
Is that possible?
If so, how is it done?
Jeff
2005-03-21). When I add this field to a web page (example: "<?php echo
$row_getNews['news_date']; ?>" ) I would like to hve it written as: "March
21, 2005".
Is that possible?
If so, how is it done?
Jeff
