https://github.com/edwardsharp/sched-datepicker
yet another polymer datepicker
https://github.com/edwardsharp/sched-datepicker
datepicker polymer polymer-components polymer-element
Last synced: 10 months ago
JSON representation
yet another polymer datepicker
- Host: GitHub
- URL: https://github.com/edwardsharp/sched-datepicker
- Owner: edwardsharp
- License: gpl-3.0
- Created: 2017-01-31T07:59:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T21:28:06.000Z (almost 8 years ago)
- Last Synced: 2025-08-04T18:18:35.873Z (10 months ago)
- Topics: datepicker, polymer, polymer-components, polymer-element
- Language: HTML
- Size: 3.36 MB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```html
```
### yet another datepicker (a prototype for sched.site)
[](https://www.webcomponents.org/element/edwardsharp/sched-datepicker)
features:
- today button
- min & max dates
- array of available dates
- multi date picker (select multiple dates)
- date range picker (select two dates: start & end)
note:
- multidate & rangedate can't be used at the same time!
- dateFormat, headingSelectedFormat, & headingNotSelectedFormat properties are moment.js format strings; doc: https://momentjs.com/docs/#/displaying/format/
## API DOC, DEMO, & TEST PAGES
API DOC & DEMO: https://edwardsharp.github.io/sched-datepicker/
DEMO: https://edwardsharp.github.io/sched-datepicker/components/sched-datepicker/demo/index.html
TESTS: https://edwardsharp.github.io/sched-datepicker/components/sched-datepicker/test/sched-datepicker_test.html
## INSTALL
```
bower i edwardsharp/sched-datepicker -S
```
## TESTING
```
$ polymer test
```
...or visit /components/sched-datepicker/test/sched-datepicker_test.html (e.g. http://localhost:8080/components/sched-datepicker/test/sched-datepicker_test.html)
## problems? feature requests?
create a github issue?
## LICENSE
GNU General Public License version 3 (GPL-3.0)