The mobile-friendly, responsive, and lightweight jQuery date & time input picker.
The mobile-friendly, responsive, and lightweight jQuery date & time input picker.
pickadate.js is an open source project, shared under an MIT license.
Usage
// The date picker
$('.datepicker').pickadate()
There’s a tonne of options to customize the date and time pickers, such as month/year selectors, time intervals, etc.
There’s also a rich API to extend the functionality of the picker. Some examples are displayed on Codepen.
Features
- Supports jQuery 1.7 and up.
- Is ARIA-enabled to be WCAG 2.0 compliant. (added in v3.4)
- Leaves a tiny footprint of 6kb JS and 2kb CSS. (minified and gzipped)
- Comes with translations for 39 languages.
- Has touch & keyboard friendliness.
- Follows BEM style class naming.
- Utilizes LESS based stylesheets.
- Includes a Grunt based build system.
Browser support
Supports all modern browsers – and IE8+.
Specifically, v3 has been tested with Chrome MWA, Firefox MWA, Opera MWA, Safari Mi, Internet Explorer W, Blackberry 6.0+ and Android 3.2+ browsers.