Search This Site

Custom Search

Sunday, December 5, 2010

[bloggerDev] parsing date

I have a blog which I'm using to track some near-daily statistics.
The blog posts' titles are in dd-Month format. I'd like to be able to
parse the dateHeader element in the template so that only the year
shows.

Currently I can have either:

05 December <-- title
blog post here


OR

December 5, 2010 <-- header
05 December <-- title
blog post here

What I would like is

2010 <-- header
05 December <-- title
blog post here

Suggestions??

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

No comments:

Post a Comment