I decided to change the `Date Format` via my Dashboard >> General Settings.
Formerly, the date format to my blog was `D, M d, Y` for the appearance of `Tue, Jun 01, 2010` as today’s date. Now it should look like `20100601` based on the PHP’s built-in date formatting function of `Ymd`.
The reasoning behind this quick and easy change is to streamline the way each of my blog entry titles appear. The post titles used to have the same eight-digit, date format of `yyyymmdd` followed by a hyphen (or dash) and then the two words, which don’t always describe the contents of each post.
Plus, the new theme – Notepad by Nick La (A notepad theme inspired by the iPhone’s Notes.app) – helps to give an idea when I posted my blog entry in one line instead of two lines to accommodate the longer and former date format.
Leave a Reply