I have been trying to format a date that I receive from a value in a mysql database. The format in mysql is as follows.
1986-08-02
I want to convert that to
Aug. 2, 1986
I tried the date function in php and it was not working for me. Anyone, have any ideas how I can do this.
Thanks,
Alex