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>