Date Time Picker

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

Pick-A-Date Picker

Use .pickadate for basic Pick-A-Date Picker.
Use .pickadate-short-string for short Month & Week String.
Use .pickadate-firstday to change first weekday to Monday.
Use .pickadate-limits to give selection from range of some dates.
Use .pickadate-format to change date display formats.
Use .pickadate-translations 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.
Use .pickadate-selectors to set month & year selectable.
Use .pickadate-events to check events as the user interacts with the picker.
Use .pickadate-minmax for date range.
Use .pickadate-nativ to change date display formats.

Pick-A-Time Picker

Use .pickatime for basic Pick-A-Date Picker.
Use .pickatime-format to change time display formats.
Use .pickatime-formatTime to display time format.
Use .pickatime-formatlabel to display time label format.
Use .pickatime-intervals to display time in Intervals.
Disable a specific or arbitrary set of times selectable on the picker by using .pickatime-disable.
Using integers as hours.
Using objects as a range of times
When a time is selected or the "clear" button is pressed, the picker does not close.