How do you change the format of the date displayed when you use date("F j, Y, g:i a") to translate a timestamp. It currently displays it as August 11, 2008, 4:50 pm I want it to display as August 11, 2008 at 4:50 pm Thanks
just insert slashes double slashes beacause a and t has a value under the date function single slash if it doesnt. echo date("F j, Y \\a\\t g:i a");