Lightweight customizable cross-browser jQuery datepicker, built with es5 and css-flexbox. Works in all modern browsers.

bower i --save air-datepicker
$('.my-datepicker').datepicker([options])- 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
- add
rangefeature - improve keyboard navigation (fixed two focused cells)
- add keyboard navigation
- add
classesoption to add custom classes - add
altFieldoption - bug fixes