I want to use PHP date to write something like:
Generated Fri, Aug 30, 2013 at 1:00pm
using:
echo "Generated ".date('D, M j, Y at g:ia');
However, I cannot use the "at" because that is swapped with 00am
Is there a way to include the word at in the date formation without using two date()?