0

Is it possible to have a properly styled boostrap 4 datepicker with jquery widgets.

    <input class="form-control" data-date-format="dd/mm/yyyy" type="date" id="datepicker">

Javascript:

   $('#datepicker').datepicker({
        allowInputToggle: true,
         uiLibrary: 'bootstrap4'

    }); 

Screenshot below of the datepicker.

enter image description here

Curious-programmer
  • 772
  • 3
  • 13
  • 31

0 Answers0