
bootstrap-datepicker — bootstrap-datepicker documentation
For most datepickers, simply set data-provide="datepicker" on the element you want to initialize, and it will be intialized lazily, in true bootstrap fashion. For inline datepickers, use data …
Options — bootstrap-datepicker documentation
If true, selecting a year or month in the datepicker will update the input value immediately. Otherwise, only selecting a day of the month will update the input value immediately.
Methods — bootstrap-datepicker documentation
Update the datepicker with given arguments or the current input value. The arguments can be either an array of strings, an array of Date objects, multiples strings or multiples Date objects.
Markup — bootstrap-datepicker documentation
Markup ¶ The following are examples of supported markup. On their own, these will not provide a datepicker widget; you will need to instantiate the datepicker on the markup.
Events — bootstrap-datepicker documentation
Events ¶ Datepicker triggers a number of events in certain circumstances. All events have extra data attached to the event object that is passed to any event handlers
bootstrap-datepicker — bootstrap-datepicker documentation
For most datepickers, simply set data-provide="datepicker" on the element you want to initialize, and it will be intialized lazily, in true bootstrap fashion. For inline datepickers, use data …
Update the datepicker with given arguments or the current input value. The arguments can be either an array of strings, an array of Date objects, multiples strings or multiples Date objects.
Options — bootstrap-datepicker documentation
If true, selecting a year or month in the datepicker will update the input value immediately. Otherwise, only selecting a day of the month will update the input value immediately.
I18N — bootstrap-datepicker documentation
The plugin supports i18n for the month and weekday names and the weekStart option. The default is English (“en”); other available translations are available in the js/locales/ directory, …
Keyboard support — bootstrap-datepicker documentation
The datepicker includes keyboard navigation. The “focused date” is kept track of and highlighted (as with mouse hover) during keyboard nav, and is cleared when a date is toggled or the …