码迷,mamicode.com
首页 > Web开发 > 详细

js简单显示动态时间点

时间:2014-05-23 03:53:07      阅读:251      评论:0      收藏:0      [点我收藏+]

标签:style   class   blog   c   code   java   

bubuko.com,布布扣
<input type="text" id="showtime" redayonly="redayonly" /> 
<script>
function nowGetTime(){
      var date=new Date();
      document.getElementById("showtime").value=date.getFullYear()+"-"+(date.getMonth()+1)+"-"+date.getDate()+" "+date.getHours()+":"+date.getMinutes()+":"+date.getSeconds();
}
window.setInterval("nowGetTime()",1000);
</script>
bubuko.com,布布扣

 

js简单显示动态时间点,布布扣,bubuko.com

js简单显示动态时间点

标签:style   class   blog   c   code   java   

原文地址:http://www.cnblogs.com/flase/p/3742583.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!