好用的时间查件 laydate

官网  http://www.layui.com/laydate/

实例最简单的一个时间选择

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>使用 layDate 独立版</title>
</head>
<body>
<input type="text" id="test1">
<script src="/laydate/laydate.js"></script> <!-- 改成你的路径 -->
<script>
//执行一个laydate实例
laydate.render({
  elem: '#test1' //指定元素
});
</script>
</body>
</html>

  

posted @ 2017-12-25 15:25  款款就是我  阅读(327)  评论(0编辑  收藏  举报