Thursday, 14 May 2009

Show Blogger Post Date As In Calender Form Widget

How to Show Blogger Post Date as in the calender form.As its an option by google to show the date of your blogger post at the bottom of the post or below the title of the post,just you have to select that you want to show up the date or not.As i am not in the habbit of showing the date of my blogger post.But with this calender widget you will love to show up the date of blogger post.

Lets watch an demo picture below first.



As you can see the date in calender form before the post title,that is what i am talking about.If you liked it continue reading this tutorial.

First, go to Settings > Formatting, and change the date header format to YYYY-MM-DD like this:
This enables the script we will be using to correctly parse the date header format.

Now login to blogger > go to Blogger Layout > Edit/Html > Check mark expand Widgets >
Press Ctrl + F > And now search for below code



This above line you found will be wrapped in heading tags of

or

like below



Just what you have to do is make it wrap like this instead of using heading tags.





If you already find your codes wrapped like this then leave it its ok.Continue to next step.

Now search for tag and place the below codes immediately before it.