1. login blog
2. buka template, kemudian click edit HTML
3. cari kode </head> kemudian copy kode dibawah ini pastekan dibawah kode </head>

<script type='text/javascript'>
    var thumbnail_mode = &quot;no-float&quot; ; summary_noimg = 430; summary_img = 340; img_thumb_height = 100; img_thumb_width = 120; </script>
  <script src='http://script-bamz-us.googlecode.com/files/read-moreotomatis.js' type='text/javascript'/>
  <!-- start header -->
  <body>
    <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(&quot;Minggu&quot;,&quot;Senin&quot;
,&quot;Selasa&quot;
,&quot;Rabu&quot;
,&quot;Kamis&quot;,&quot;Jum&#39;at&quot;,&quot;Sabtu&quot;)
                              var bulanarray=new Array(&quot;Januari&quot;,&quot;Februari&quot;,&quot;Maret&quot;
,&quot;April&quot;,&quot;Mei&quot;,&quot;Juni&quot;,&quot;Juli&quot;
,&quot;Agustus&quot;,&quot;September&quot;,&quot;Oktober&quot;
,&quot;November&quot;,&quot;Desember&quot;)
      document.write(hariarray[hari]+&quot; 
&quot;+tanggal+&quot; &quot;+bulanarray[bulan]+&quot; &quot;+tahun)
    </script>

4. Selesai. Good Luck

Post a Comment