Simple knockout binding which wraps pickadate.js
npm install knockout.pickadate
npm install knockout-date-picker
`
Then add knockout.pickadate.js to your project.
How to Use
See the pickadate documentation for options. Include the script with a module bundler like webpack or browserify.
Use css-loader to include styles.
Then use it like so:
`html
``