I've had several people ask me recently how I managed to get the nice date effect on my blog headers. It's quite simple really. All you need is:
* An Image - A background image (a CSS Sprite) which contains the days, months and years.
* Some HTML - A VERY basic HTML template.
* Some CSS - To align the image sections.
* A PHP Snippet - A Drupal preprocess function.