Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Datetimepicker | 3,476 | 183 | 38 | 3 months ago | 25 | February 23, 2019 | 427 | mit | JavaScript | |
jQuery Plugin Date and Time Picker | ||||||||||
Jquery Timepicker Addon | 2,700 | 106 | 11 | 3 years ago | 3 | August 22, 2016 | 460 | mit | JavaScript | |
Adds a timepicker to jQueryUI Datepicker | ||||||||||
Air Datepicker | 2,264 | 75 | 15 | a month ago | 15 | September 14, 2022 | 244 | mit | JavaScript | |
Lightweight, dependency-free JavaScript datepicker. | ||||||||||
Front End Plugins | 944 | 2 years ago | JavaScript | |||||||
:whale2: Web 前端常用插件 | ||||||||||
Yadcf | 725 | 3 | 1 | 3 months ago | 22 | October 04, 2020 | 29 | mit | JavaScript | |
Yet Another DataTables Column Filter (yadcf) | ||||||||||
Jtsage Datebox | 480 | a year ago | 27 | November 25, 2019 | 4 | other | JavaScript | |||
A multi-mode date and time picker for Bootstrap (3&4), jQueryMobile, Foundation, Bulma, FomanticUI, and UIKit (or others) | ||||||||||
Gijgo | 457 | 7 | 4 months ago | 25 | November 26, 2018 | 265 | mit | JavaScript | ||
Gijgo - Free Javascript Controls | ||||||||||
Foundation Datepicker | 445 | 29 | 7 | 3 years ago | 6 | March 10, 2017 | 67 | apache-2.0 | JavaScript | |
Foundation datepicker jQuery plugin | ||||||||||
Zebra_datepicker | 394 | 2 | 2 | 4 months ago | 16 | April 06, 2022 | 9 | other | JavaScript | |
A super-lightweight, highly configurable, cross-browser date time picker jQuery plugin | ||||||||||
Datepair.js | 355 | 21 | 1 | 8 months ago | 7 | April 22, 2021 | 9 | JavaScript | ||
A javascript plugin for intelligently selecting date and time ranges, inspired by Google Calendar. |
🎉 New version released! 🎉
Lightweight, dependency-free, fast, customizable datepicker written in pure JavaScript. Works in all modern browsers which supports native css variables.
npm i air-datepicker
import AirDatepicker from 'air-datepicker'
import 'air-datepicker/air-datepicker.css'
new AirDatepicker('#el' [, options]);
onRenderCell
#502, read docs
onRenderCell
option #502
onClickDayName
option, #459
silent
param to clear
method, #477
update
method with view
parameter on hidden calendar, #476
formatDate
method, #491
It is been a while since the last release, a lot of work has been done, and I'm glad to finally present a new version of Air Datepicker.
The main goal was to remove jQuery dependency, and I'm happy to announce that Air Datepicker is no longer need any dependency, hurray! :partying_face:
Now it's written in ES6, uses native css variables for easy customization, and it's all built with webpack.
Soooo, here is the full list of changes:
selectedDates
option, to be able to select dates from the startcontainer
option which allows you to place datepicker in a custom elementnavTitles
can receive a function and could render dynamicallydateFormat
now can receive a functiononSelect
and onRenderCell
callbacks are now receive a single object as an argument instead of multiple parametersselectDate
now receives second parameter with optionsonChangeMonth
, onChangeYear
, onChangeDecades
are replaced with single option onChangeViewDate
npm i
, then npm run dev:serve
.air-datepicker
Thank you! 😊
Air Datepicker is MIT licensed.