Module Description
Drupal date picker. Implements https://github.com/uxsolutions/bootstrap-datepicker as a field widget for a date field.
Supported options:
* Date picker title
* Date format
* Language tag
* RTL language
* Show week days
* Show today button
* Week start
* Enable auto close
* Show clear button
* Nearby year assumption
* Container to be appended
* Show calendar weeks
* Toggle active date
* Dates disabled
* Disabled days in week
* Highlighted days in week
* Disable touch keyboard
* Enabled when readonly
* End date
* Force date parcing
* Immediate updates
* Keep empty values
* Keyboard navigation
* Max view mode
* Min view mode
* Orientation
* Start date
* Start view
* Highlight today
* Update view date
* Z-index offset
Module installation Install Drupal module as usual. Visit https://www.drupal.org/docs/extending-drupal/installing-modules for further information.
Library installation You can download the library or use composer. Make sure the library is placed into: "/libraries/bootstrap-datepicker" and the file structure is as following: "/libraries/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js"
Known problems The widget only works for "date" fields at this moment. Data-time support or repeated dates support has to be added. Feel free to open a feature request with a patch.
Similar projects There are many other date widget modules. All implementing an other javascript library. We want to thank all other maintainers for their effort and the code they wrote. We based some of our features on code written by them.
* https://www.drupal.org/project/bootstrap_datetime_picker
* https://www.drupal.org/project/single_datetime
* https://www.drupal.org/project/timepicker
Supported options:
* Date picker title
* Date format
* Language tag
* RTL language
* Show week days
* Show today button
* Week start
* Enable auto close
* Show clear button
* Nearby year assumption
* Container to be appended
* Show calendar weeks
* Toggle active date
* Dates disabled
* Disabled days in week
* Highlighted days in week
* Disable touch keyboard
* Enabled when readonly
* End date
* Force date parcing
* Immediate updates
* Keep empty values
* Keyboard navigation
* Max view mode
* Min view mode
* Orientation
* Start date
* Start view
* Highlight today
* Update view date
* Z-index offset
Module installation Install Drupal module as usual. Visit https://www.drupal.org/docs/extending-drupal/installing-modules for further information.
Library installation You can download the library or use composer. Make sure the library is placed into: "/libraries/bootstrap-datepicker" and the file structure is as following: "/libraries/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js"
Known problems The widget only works for "date" fields at this moment. Data-time support or repeated dates support has to be added. Feel free to open a feature request with a patch.
Similar projects There are many other date widget modules. All implementing an other javascript library. We want to thank all other maintainers for their effort and the code they wrote. We based some of our features on code written by them.
* https://www.drupal.org/project/bootstrap_datetime_picker
* https://www.drupal.org/project/single_datetime
* https://www.drupal.org/project/timepicker
Module Link
Project Usage
1140
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to solve the issue of implementing a date picker field widget for a date field in Drupal, with various supported options for customization.
Data Name
bootstrap_datepicker