Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
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'.