Datepicker
Basic Date Picker
Use
input-date
class to create a basic date picker.
Date and Time Picker
To enable time along with date, use
input-datetime
class.
Range Date Picker
Use
input-date-range
class to create a range date picker.
Time Picker
Use
input-time
class to create a time picker without calendar.
Multiple Date Picker
Use
input-date-multiple
class to create a date picker input which stores multiple dates.
Human Friendly Date Picker
To make the date more human friendly, use
input-date-formated
class on an input.
Inline Date Picker
Use
input-date-inline
class to create an inline date picker.
Disabled Date Range
Example of disabling date range.
Custom Datepicker
Example of custom datepicker.