About 50 results
Open links in new tab
  1. 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 …

  2. 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.

  3. 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.

  4. 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.

  5. 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

  6. 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 …

  7. 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.

  8. 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.

  9. 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, …

  10. 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 …