yet another datepicker (a prototype for sched.site)
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
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)