mirror of
https://github.com/frappe/air-datepicker.git
synced 2026-01-14 11:01:22 +08:00
Air Datepicker
Lightweight customizable cross-browser jQuery datepicker, built with es5 and css-flexbox. Works in all modern desktop and mobile browsers (tested no Android 4.4+ and iOS8+)

Install
bower i --save air-datepicker
Usage
$('.my-datepicker').datepicker([options])
Demo and docs
Change log
v1.2.4
- fixed '$ is not defined' problem.
v1.2.3
- fixed
dateFormatmethod. - fixed typo in Russian docs, add ids in docs headers.
v1.2.2
- fixed typo in
monthsField - added German language (thanks to Ichag)
v1.2.1
- tests added
- added Chinese language (thanks to think2011)
- fixed if '0' is passed to
firstDay - fixed
showOtherYearsoption - fixed
onSelectevent, whenrangeis true - fixed case when
rangeandmultipleDatesboth 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
Description
Languages
JavaScript
86.4%
SCSS
9.3%
HTML
4.3%