In html, my date code looks something like this:
<time datetime={entry_date format="%F %d %Y"} pubdate>{entry_date format="%F %d %Y"}</time>
I am looking to break up the components of the date field ( day, month, year) so I can style them separately. My end goal will look something like this:
01/22
.........
2011
Not sure how? ideas?