Script Kode HTML widget hari tanggal dan jam saat ini



Script Kode HTML untuk widget hari, tanggal, bulan, tahun dan jam saat ini,
susunan kode html nya adalah seperti dibawah ini :

1. Klik "Layout" (Tata Letak)
2. Klik "Add Gadget"
3. Pilih "Javascript/HTML"
4. Copy dan Paste kode berikut ini:
5. save.

<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<font color="blue"><script type="text/javascript">
now = new Date();
if (now.getTimezoneOffset() == 0) (a=now.getTime() + ( 7 *60*60*1000))
else (a=now.getTime());
now.setTime(a);
var tahun= now.getFullYear ()
var hari= now.getDay ()
var bulan= now.getMonth ()
var tanggal= now.getDate ()
var hariarray=new Array("Minggu,","Senin,",
"Selasa,","Rabu,","Kamis,","Jum'at,","Sabtu,")
var bulanarray=new Array("Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","Nopember","/ 12 /")
document.write(hariarray[hari]+" "+tanggal+" "+bulanarray[bulan]+" "+tahun)
</script>
<script type="text/javascript">
now = new Date();
if (now.getTimezoneOffset() == 0) (a=now.getTime() + ( 7 *60*60*1000))
else (a=now.getTime());
now.setTime(a);
document.write(" Jam " + ((now.getHours() < 10) ? "0" : "") + now.getHours() + ":" + ((now.getMinutes() < 10)? "0" : "") + now.getMinutes() + (" W.I.B "))
</script>
</font>
</!doctype>

Ganti yang berwarna "blue" dengan warna kesukaan anda.

Share:

No comments:

Post a Comment

Adsense Indonesia
Cara cari uang di internet
Daftar sekarang juga Disini :

Atau..

Dan ikuti petunjuknya
Thank you for your visit. Hopefully the contents of this web article can help you and be useful