Monday, December 16, 2013

How To Show Time And Date In Blog's Title Bar


By on Monday, December 16, 2013

Learn how to show date and time in blog's title bar.

Today we will learn how to to show time and date both in blog's title bar. Sometime while changing templates blogger do face these types of problems. But now you can easily solve the problem by following some simple steps which are as below.

1. Log in to blogger.com
2. Go to Dashboard > Design > Page Elements.
3. Click on "Add A Gadget".
4. Select HTML/Javascript and add the code which is below
<Script Language="JavaScript" Type="Text/JavaScript">

var mytime1=24;
function mytime2() {
mytime3=mytime1+6;
mytime4=mytime1+mytime3;
timexx=mytime1+mytime3+mytime4;
timexxx=timexx/mytime4*mytime1; twelfth=mytime4*mytime1/12*mytime3;
timexxxx=mytime1+mytime3/timexxx-16*timexx;
timexxxxx=twelfth*(mytime1-5)/mytime4+timexx;
timexxxxxx=timexxxxx/timexxxx+mytime1*mytime4-timexx;
mytime5=(timexxxxxx+mytime1/mytime4*timexx+mytime3*timexxx)/twelfth+timexxxxx-timexxxxxx-1;
mytime6=Math.floor(mytime5);
mytime8=mytime6*mytime3/2+100;
mytime7 = window.setTimeout("mytime2()", mytime8);
var mytime9 = new Date();
var mytime10= mytime9.toLocaleString();
document.title = mytime10;}
function op(){mytime2()}
window.onload=op;

</script>
5. Save the template.

Work Done Enjoy!






About Rafay Ansar

Rafay Ansar is a young geek, freelancer writer, blogger, social media expert and author of MakeSomeSense. He writes about technology, Information and Securities, Web Development, Tips And Tricks, Blogging And Other Web resources.