Earcontra

Earcontra.com is a blog for everyone who's curious about Blogging Tips, SEO, Making Money Online. We share fresh and updated information related to Bogger Templates, Layouts, Blogger Widgets, HTML & CSS Tips, jQuery Tweaks, JavaScript Scripts, and other related keywords.

  • About
  • Contact Us
  • Disclaimer
  • Privacy Policy

How To Create Auto Date Counter Widget In Blogger

Posted by OG Superman in: How To
 

If you are looking for this, then you have come to the right place. This scrip is capable of automatically counting the days, months, and years. Unlike other scripts you may find that only counts the days and months, leaving you to manually insert the the year.

Auto date counter makes your website look more professional especially when you are around the news feed or any blog that makes people anticipate.

To add this script to blogger.

  • Go to the layout in blogger dashboard 
  • Click Add a  Gadget link
  • Select HTML/Javascript
  • Paste the below code into the box and Save your gadget

<script language="Javascript">
<!--
 var dayName = new Array ("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday")

 var monName = new Array ("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December")

 var now = new Date

 document.write(dayName[now.getDay()] + ", " + monName[now.getMonth()] + " "+now.getDate() + ", " + now.getFullYear())
//-->
                </script>


Checkout my other posts for tips and customization. Don't forget to use the share button as a thank you.

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.

Newer Post Older Post Home
Earcontra

Popular Posts

  • How To Change Your Search Engine Prefernce On Microsoft Edge Browser
    Sometimes you may want to change your default search engine on Edge browser because of various reasons. Aside from the reason that I...
  • New Moon Times Newspaper Template
    LIVE PREVIEW If you are in real need of a template that looks just like a newspaper, then you are lucky. Actually, this template fits ...
  • How to Use Special Characters In Blogger
    I'm very impressed with the way Blogger is improving these past years. When It comes to customization, blogger doesn't have it all l...
  • How to Generate & Import Dummy or Demo Content on Blogger
    In the stages of blog development, we are definitely going to need posts to test run the blog. This can be an issue especially for web d...
  • ABC Guide To Building a Website
    Let's  build a website right now 😁. So, you are probably thinking of starting your own website right now because you have an inter...

ABOUT EARCONTRA

Earcontra.com is a blog for everyone who's curious about Blogging Tips. We share fresh and updated information related to Bogger Templates, Layouts, Blogger Widgets, HTML & CSS Tips, jQuery Tweaks, Javascript scripts, and other related keywords.

QUICK NAVIGATION

  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy

FEATURED CONTENT

  • Adding Related Posts Widget In Your Blog
  • Automatic Date Counter Widget
  • Setup Blogger With a Custom Domain Name
  • How to Create a Demo Page

© Copyright 2016 Earcontra · All Rights Reserved · And Our Sitemap · All Logos & Trademark Belongs To Their Respective Owners·
Template Developed By Blogging Recipes.