I want to ask users for a date range using bootstrap datetimepicker. There is a field for the start date and another one for the end date, and they\'re initialized to the da
Try to use:
$('.datepickerProjectDate').data("DateTimePicker").minDate('2018-09-15');