mirror of
https://github.com/frappe/air-datepicker.git
synced 2026-01-14 11:01:22 +08:00
929 B
929 B
Air Datepicker
Lightweight customizable cross-browser jQuery datepicker, built with es5 and css-flexbox. Works in all modern browsers.

Install
bower i --save air-datepicker
Usage
$('.my-datepicker').datepicker([options])
Demo and docs
Change log
v1.2.1
- tests added
- fixed if '0' is passed to 'firstDay'
- fixed 'showOtherYears' option
- fixed 'onSelect' event, when 'range' is true
- fixed case when 'range' and 'multipleDates' both set to true
v1.2.0
- add
rangefeature - improve keyboard navigation (fixed two focused cells)
v1.1.0
- add keyboard navigation
- add
classesoption to add custom classes - add
altFieldoption - bug fixes