How to change date format in "Recent Entries" plug
Posted: Mon Sep 03, 2007 3:25 pm
I run a blog in German and would like to use the "Recent Entries" plugin in one of my sidebars.
The default date formatting of the plugin is which results in eg. "Montag, September 3 2007".
However, i want the date to be displayed as "Montag, 3. September 2007" to fit the date formatting of the rest of my blog, so i would use the following formatting:
But when i change all instances of the date formatting in the plugin file, nothing in the sidebar changes.
Any idea, if i miss something and what that is?
The default date formatting of the plugin is
Code: Select all
%A, %B %e %YHowever, i want the date to be displayed as "Montag, 3. September 2007" to fit the date formatting of the rest of my blog, so i would use the following formatting:
Code: Select all
%A, %e. %B %YAny idea, if i miss something and what that is?