QUOTE
%e
The day of the month, padded with a space if necessary. Example: 9.
The day of the month, padded with a space if necessary. Example: 9.
I'd like to add another version of %e, perhaps %E, where the space used for padding is a non-breaking space character rather than just a space. I start my category archives with the date first, and browsers tend to ignore a regular space at the beginning of a line, leading to a ragged format.
i.e.
13.09 :: Entry four.
1.09 :: Entry three
27.08 :: Entry two.
20.08 :: Entry one.
I realise I could use %d, but I prefer the format as shown above.
It seems as though it could be relatively easy to add a new date tag, but I can't find the right file to edit. Can anybody point me in the right direction, or perhaps to a thread that already addresses this?
Thanks.