Skip to content

pierremanceaux/air-datepicker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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+) air datepicker image

Install

bower i --save air-datepicker

Usage

$('.my-datepicker').datepicker([options])

Demo and docs

Change log

v1.2.3

  • fixed dateFormat method.
  • 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 showOtherYears option
  • fixed onSelect event, when range is true
  • fixed case when range and multipleDates both set to true

v1.2.0

  • add range feature
  • improve keyboard navigation (fixed two focused cells)

v1.1.0

  • add keyboard navigation
  • add classes option to add custom classes
  • add altField option
  • bug fixes

Packages

No packages published

Languages

  • JavaScript 86.6%
  • CSS 12.6%
  • HTML 0.8%