Datedropper.js是一款JQuery时间输入插件,是一个非常易于使用和出色设计的日期选择器。
![]() |
---|
<input type="date">
<!-- datedropper init -->
<script>
new dateDropper({
selector: 'input[type="date"]'
});
</script>
官网地址(英文):https://felixg.io/products/datedropper-javascript
GitHub 地址 :https://github.com/fovoc/datedropper
Gitee 地址 :https://gitee.com/mirrors/datedropper-js