This binding adds a pickadate.js datepicker and binds it to a knockout observable.
Check out the demo to get a quick idea of how it works and how to use it.
The knockout-pickadate binding is available in the bower repository. To install it in your bower enabled project, just do:
bower install knockout-pickadate-binding
Include a link to the javascript and css files in your page:
<input type='text' data-bind='pickadate: observable'>
And then refer to the demo page on detailed usage instructions.
To build knockout-pickadate from the less and coffeescript source, do the following in a node.js enabled environment:
npm install -g grunt-cli
npm install
grunt
The knockout-pickadate binding is released under the MIT License. Please see the LICENSE file for details.