By d_hall on
Trying to get the date in the "submitted" field to have all-caps month and day of the week, i.e.:
MONDAY, AUGUST 6, 2007
but the PHP5 format parameters don't have an option for that. Is there a way?
Trying to get the date in the "submitted" field to have all-caps month and day of the week, i.e.:
MONDAY, AUGUST 6, 2007
but the PHP5 format parameters don't have an option for that. Is there a way?
Comments
CSS
Theme it so those fields are have the modifier..
text-transform: uppercase;
To make them uppercase. Use the PHP date function format of 'l, F j, Y' to get Monday, August 6, 2007
--
I was the lead developer for the New York State Senate.