Changing the way the date appears in your articles is useful sometimes. The article's date is brought out by string DATE_FORMAT_LC2, so the best way to alter it is change it's value in your language files. Here's how to do it:
Examples:
DATE_FORMAT_LC2="d F Y" will be displayed as: 10 December 2011
DATE_FORMAT_LC2="Y-m-d" will be displayed as: 2011-12-10
DATE_FORMAT_LC2="l, d F Y" will be displayed as: Saturday, 10 December 2011
More: