Tips Judal Title dengan Tanggal, Bulan, Tahun dan Waktu

Tips Judal Title dengan Tanggal, Bulan, Tahun dan Waktu

Membuat suatu Judul Title Blogger yang telah ada dengan ditamhahi atau disertai tanggal, bulan, tahun dan waktu.

Caranya seperti dibawah ini :

1. Copy kode berikut dan paste dibawahnya --> <head>

<HEAD>



<SCRIPT LANGUAGE="JavaScript">

function clock() {

var title="JavaScriptSource The home of free scripts!";

var date=new Date();

var year=date.getYear();

var month=date.getMonth();

var day=date.getDate();

var hour=date.getHours();

var minute=date.getMinutes();

var second=date.getSeconds();

var months=new Array("JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC")

var monthname=months[month];

if (hour > 12) {

hour=hour- 12;

}

if (minute < 10) {

minute="0"+minute;

}

if (second < 10) {

second="0"+second;

}

document.title=title+" - "+monthname+" "+day+", "+year+" -
"+hour+":"+minute+":"+second;

setTimeout("clock()", 1000)

}

</script>




2. Letakkan kode script dibawah dan paste dibawahnya --> <body> tag


<BODY onLoad="clock()">




Source : http://dhuwuh.blogspot.com/2008/09/tips-judal-title-dengan-tanggal-bulan.html



Related Posts by Categories :


2 comments:

barcode reader said... on April 7, 2015 at 10:42 AM  

saran ide untuk post min, gimana caranya bikin setiap post ada QR code nya masing-masing, jadi bisa dishare via social media kemudian di scan pake barcode reader gitu lho.

Post a Comment

"Using DOFOLLOW System. Pease don`t SPAM!!!"

Thanks To Comment My Articles. God Bless You People.

Add to Technorati Favorites

Technorati Ping To Your Blog
Including Yours E-Mail Address To Subscribe New Tricks