mirror of
https://github.com/frappe/air-datepicker.git
synced 2026-01-14 11:01:22 +08:00
20 lines
317 B
Markdown
20 lines
317 B
Markdown
# Air Datepicker
|
|
|
|
Lightweight cross browser jQuery datepicker, built with es5 and css-flexbox. Works in all modern browsers.
|
|
|
|
## Install
|
|
```
|
|
bower i --save-dev air-datepicker
|
|
```
|
|
|
|
## Usage
|
|
```javascript
|
|
$('.my-datepicker').datepicker([options])
|
|
```
|
|
|
|
## Demo and docs
|
|
[Demo](http://t1m0n.name/air-datepicker/docs/)
|
|
|
|
|
|
|