I have a table which contain a date field in a date format (mysql). However, I want the date to appear in words in php. If I want to select those: e.g. 2011-05-15 (mysql), should be displayed as May 15, 2011…
$query = "select Date_Hired from registration where IdNum = '".$IdNum."' ";
I want that Date_Hired will appear in page in words. thank you.
MySQL DATE_FORMAT