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
showOtherYears
option - fixed
onSelect
event, whenrange
is true - fixed case when
range
andmultipleDates
both set to true
- add
range
feature - improve keyboard navigation (fixed two focused cells)
- add keyboard navigation
- add
classes
option to add custom classes - add
altField
option - bug fixes