Latest posts
I am using the Latest posts extension, but I want the date format to look like December 1, 2006, instead of 12.1.06. How would I do this?
0
This discussion has been closed.
Comments
$DateFormat = 'd.m.Y';
according to the PHP date function.For the format you want, the formatting string would be 'F j, Y'.