By Anonymous (not verified) on
I'm setting up some blog pages, and I'm working with a custom node-blog.tpl.php file, and I'd like to be able to theme the date display a little more than is available by default.
I've set the medium date format to just output the date as "day month" ( j F ), but I'd like to be able to theme both elements individually (e.g. I want to make the day larger than the month).
Is it possible to access the individual elements of the standard $date variable, or do I need to create a custom variable (and is that possible)? If a custom variable is the answer, would that go in template.php?
Thanks
Barry