Have a mysql DB - and an trying to pull a readable date from it. Its an import from an access thing. So I set th type on the field to date:
Seems simple enough right?
The date (just echoing the row) displays on the page as such:
2005-08-18 00:00:00
The date whenI look into the db is mm/dd/yyyy
I have been going mad trying to figure a way or a function to wrap this into a
February 14, 2004 display.
Everything I have tried thus far has failed to display the way I need it too.
Anything helpful appreciated. PHP 4.3/mysql 3.4 or so
Thanks