BsDatepicker
Basic
Disabled
Options
Multidate
DateRange
To
-
Uses Instruction
-
bootstrap-datepicker is delivered primarily via npm.
npm i bootstrap-datepicker -
Add the following line into the <head> of
each template or page that you want to use bootstrap
datepicker on.
<!-- Bootstrap Datepicker CSS --> <link rel="stylesheet" href="./../assets/vendors/bootstrap-datepicker/css/bootstrap-datepicker.min.css"> -
Add the following lines before the
<body> of each template or page that you
want to use bootstrap datepicker on.
<!-- Bootstrap Datepicker JS --> <script src="./../assets/vendors/bootstrap-datepicker/js/bootstrap-datepicker.min.js"></script> <!-- Bootstrap Datepicker Initialize JS --> <script src="./../assets/js/components/pickers/datepicker-init.min.js"></script> - For full documentation please visit the link: https://bootstrap-datepicker.readthedocs.io/en/latest/