网页上显示时间代码

 <!--时间开始-->
  <div class="topbg">
   <table class="top" align="center" border="0" cellpadding="0" cellspacing="0" style="background-color:#B3CFFC; width: 778px">
    <tbody>
     <tr>
      <td style="width: 404px; height: 30px;">
       <div style="float:right; height: 30px; line-height: 30px;">
        <span id="date"><font color="#000000">2012-07-30 16:28:58  星期一</font></span>
        <script type="text/javascript">
function showLocale(objD) {
 var str, colorhead, colorfoot;
 var yy = objD.getYear();
 if (yy < 1900)
  yy = yy + 1900;
 var MM = objD.getMonth() + 1;
 if (MM < 10)
  MM = '0' + MM;
 var dd = objD.getDate();
 if (dd < 10)
  dd = '0' + dd;
 var hh = objD.getHours();
 if (hh < 10)
  hh = '0' + hh;
 var mm = objD.getMinutes();
 if (mm < 10)
  mm = '0' + mm;
 var ss = objD.getSeconds();
 if (ss < 10)
  ss = '0' + ss;
 var ww = objD.getDay();
 if (ww == 0)
  colorhead = "<font color=\"#000000\">";
 if (ww > 0 && ww < 6)
  colorhead = "<font color=\"#000000\">";
 if (ww == 6)
  colorhead = "<font color=\"#000000\">";
 if (ww == 0)
  ww = "星期日";
 if (ww == 1)
  ww = "星期一";
 if (ww == 2)
  ww = "星期二";
 if (ww == 3)
  ww = "星期三";
 if (ww == 4)
  ww = "星期四";
 if (ww == 5)
  ww = "星期五";
 if (ww == 6)
  ww = "星期六";
 colorfoot = "</font>"
 str = colorhead + yy + "-" + MM + "-" + dd + " " + hh + ":" + mm + ":" + ss
   + "  " + ww + colorfoot;
 return (str);
}
function tick() {
 var today;
 today = new Date();
 document.getElementById("date").innerHTML = showLocale(today);
 window.setTimeout("tick()", 1000);
}
tick();

</script>
       </div>
      </td>
     </tr>
    </tbody>
   </table>
  </div>
  <!--时间结束-->

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值