i have a db with timestamps of type DATETIME. generally records in this table insert the mysql function NOW() into this field.
what i get is data like YYYY-MM-DD HH-MM-SS
Is there some quick easy way to get "January 4, 2005 at 11:30pm" out of this without string parsing and switch statements?