项目中偶尔需要这些东西,所以在这里推荐了这款插件。
它能显示 年月日,时分秒,星期 。。。
用法:
JS代码:
<script src="jquery.epiclock.js" type="text/javascript"></script>
$(function(){
    $('#epiClock').epiclock({ format : ' Y年F月j日 G:i:s D' });  //绑定
    $.epiclock();               //开始运行
});

html代码:
<div ></div>


演示:
http://cssrain.cn/demo/epiclock/demo.html

本篇文章来源于 cssrain.cn 原文链接:http://www.cssrain.cn/article.asp?id=1324

相关文章:

  • 2021-12-07
  • 2021-11-12
  • 2022-12-23
  • 2021-12-04
  • 2021-12-06
  • 2021-08-05
  • 2021-11-02
猜你喜欢
  • 2022-02-01
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
  • 2022-12-23
  • 2021-09-02
  • 2021-12-16
相关资源
相似解决方案