This binding adds a pickadate.js timepicker 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-pickatime binding is available in the bower repository. To install it in your bower enabled project, just do:
bower install knockout-pickatime-binding
Bind to a text input:
<input type='text' data-bind='pickatime: observable'>
Refer to the demo page for detailed usage instructions.
To build knockout-pickatime from coffeescript source, do the following in a node.js enabled environment:
npm install -g grunt-cli
npm install
grunt
The knockout-pickatime binding is released under the MIT License. Please see the LICENSE file for details.