05/06/2013 at 7:58 pm
#259068
Keymaster
@ All
The only way to do this is to edit a core file. The file name is class.output.php.
The function you need to find in the file is named getDateBlock.
You’ll see this line:
$defaults['date_format'] = 'F jS Y';
Change it to:
$defaults['date_format'] = 'F jS';
I do have it on my to do list to add a setting option to override this.
To alter the label, I recommend doing it as mentioned in this forum topic.