Date Time Picker

Pick-A-Date Picker

Pickadate.js is a mobile-friendly, responsive, and lightweight jQuery date & time input picker.

Use .pickadateclass for basic Pick-A-Date Picker.
Use .pickadate-short-stringclass for short Month & Week String.
Use .pickadate-select-yearclass to allow user to select year.
Use .pickadate-firstdayclass to change first weekday to Monday.
Use .pickadate-buttonsclass to change/hide buttons.
Use .pickadate-limitsclass to give selection from range of some dates.
Use .pickadate-formatclass to change date display formats.
Use .pickadate-arrowclass to change date display formats.
Use .pickadate-translationsclass for language translation.
Disable certain days of the week, such as all Saturdays (7th day of week) and Sundays (1st day of week), by passing an integer between 1 and 7
Pass an array of arbitrary dates (each formatted as [ yyyy, mm, dd ]) to disable them..
Use .pickadate-selectorsclass to set month & year selectable.
Use .pickadate-dropdownclass to set selectto month and year selection
Use .pickadate-eventsclass to check events as the user interacts with the picker.
Use .pickadate-minmaxclass for language translation.
Use .pickadate-nativclass to change date display formats.

Pick-A-Time Picker

Use .pickatimeclass for basic Pick-A-Date Picker.
Use .pickatime-buttonclass to hide clear button.
Use .pickatime-formatclass to change time display formats.
Use .pickatime-formatTimeclass to display time format.
Use .pickatime-formatlabelclass to display time label format.
Use .pickatime-minmaxclass for Start Time & End Time.
Show previous 5 time limits and also shows current time Limit.
Use .pickatime-intervalsclass to display time in Intervals.
Disable a specific or arbitrary set of times selectable on the picker.
Using integers as hours (0 to 23)
Using objects as a range of times
Enable only a specific or arbitrary set of times by setting true as the first item in the collection
When a time is selected or the "clear" button is pressed, the picker closes.
The onSet event is the only callback that is passed a context argument that provides details as to which properties are being "set".