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.