jQueryUI has a nice DatePicker with icon trigger (a calendar icon opens the calendar, similar behaviour to Outlook).
On the other hand, Bootstrap 3\'s Input Groups a
Below block will work with bootstrap 4, providing button trigger(not input focut) Output
$(function () { $("#searchTextDOB").datepicker({ showOn: "button", buttonImageOnly: false, buttonText: '' }).next(".ui-datepicker-trigger").addClass("input-group-text btn-light fa fa-calendar-alt"). wrapAll('