3.0.0 • Published 8 years ago

knockout.datepicker v3.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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