https://github.com/soyuka/dpicker
A framework-agnostic minimal date picker
https://github.com/soyuka/dpicker
calendar date date-picker datetime datetime-picker time
Last synced: 4 months ago
JSON representation
A framework-agnostic minimal date picker
- Host: GitHub
- URL: https://github.com/soyuka/dpicker
- Owner: soyuka
- License: mit
- Created: 2016-06-22T13:07:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T07:39:15.000Z (over 4 years ago)
- Last Synced: 2024-05-29T10:10:02.173Z (over 1 year ago)
- Topics: calendar, date, date-picker, datetime, datetime-picker, time
- Language: JavaScript
- Homepage: https://soyuka.github.io/dpicker/
- Size: 1.03 MB
- Stars: 187
- Watchers: 7
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DPicker

[](https://travis-ci.org/soyuka/dpicker)
[](https://codecov.io/gh/soyuka/dpicker)
A framework-agnostic minimal date picker.
## Quick start
```html
[].slice.call(document.querySelectorAll('input[type="date"],input[type="datetime"]')).forEach(function(e){new dpicker(e);});
```
## Read the docs
- [Full Documentation (web)](https://soyuka.github.io/dpicker/)
- [/docs](https://github.com/soyuka/dpicker/tree/master/docs)
## License
MIT