1.0.1 • Published 6 years ago

daypicker v1.0.1

Weekly downloads
5
License
ISC
Repository
github
Last release
6 years ago

一个简单的时间选择器插件 预览

face-preview

下载

引用文件

<link rel="stylesheet" href="https://zaqmjuop.github.io/datepicker/build/datepicker.css">
<script src="https://zaqmjuop.github.io/datepicker/build/datepicker.js"></script>

将一个文本输入框元素变成日期选择器

<input type="text" value="选择时间" id="input">
<script>
  var input = document.querySelector('#input');
  window.datepicker(input);
</script>

ES6

import datepicker from './datepicker.js';

const input = document.querySelector('#input');
datepicker(input);
1.0.1

6 years ago

1.0.0

6 years ago