npm.io
3.0.0 • Published 10 years ago

knockout.datepicker

Licence
MIT
Version
3.0.0
Deps
2
Vulns
0
Weekly
0

Knockout DatePicker Binding

Simple knockout binding that wraps jQuery UI's date picker script.

Installation

npm install knockout.datepicker

Then 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:{}" />

Keywords