knockout.datepicker
v3.0.0
Published
Simple knockout binding which wraps jQuery UI datepicker
Readme
Knockout DatePicker Binding
Simple knockout binding that wraps jQuery UI's date picker script.
Installation
npm install knockout.datepickerThen add knockout.datepicker.js to your project.
Usage
Include the script in your bundle via build system like browserify or webpack. Then use it like so:
<input data-bind="value: delinquentAt.usFormat, datePicker:{}" />