mirror of
https://github.com/frappe/air-datepicker.git
synced 2026-01-14 11:01:22 +08:00
17 lines
389 B
Markdown
17 lines
389 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
|
|
* [In English](http://t1m0n.name/air-datepicker/docs/)
|
|
* [In Russian](http://t1m0n.name/air-datepicker/docs/index-ru.html) |