• [织梦吧]唯一域名:www.dedecms8.com,织梦DedeCMS学习平台.

当前位置: > 网页制作 > JavaScript >

js显示当前时间代码分享

来源: www.dedecms8.com 编辑:织梦吧 时间:2012-09-24点击:

jquery.jclock.js   js显示当前时间

 <html>

 <head>

  <title> js显示当前时间的代码分享 </title>

 </head>

<style type="text/css">

* {

padding:0;

margin:0;

}

#demo {

border:1px solid #ccc;

}

</style>

<script type="text/javascript" src="jquery.js"></script>

<script type="text/javascript" src="jquery.jclock.js"></script>

<script type="text/javascript">

$(function(){

$('#demo').jclock();

$('#local').click(function(){$('#demo').jclock()});

$('#with').click(function(){$('#demo').jclock({withDate:true, withWeek:true})});

$('#utc').click(function(){$('#demo').jclock({withDate:true, utc:true})});

});

</script>

</head>

<body>

<h1>demo</h1>

<div id="demo"></div>

<input type="button" id="local" value="本地时间" />

<input type="button" id="with" value="带日期、星期" />

<input type="button" id="utc" value="UTC" />

</body>

</html>

About D8

  • ©2014 织梦吧(d8) DedeCMS学习交流平台
  • 唯一网址 www.DedeCMS8.com 网站地图
  • 联系我们 1978130638@qq.com ,  QQ