$(document).ready(function () { $('#datepicker').datepicker({ uiLibrary: 'bootstrap4', iconsLibrary: 'fontawesome', format: 'mm / dd / yyyy' }); });