Hi Guys i need your expertise, the current code below will disable the current day and the past dates and what i'm trying to do is disable past days + current day and tomorrow code for disabling the current day disabledDates: [new Date()]
date picker that im using: https://eonasdan.github.io/bootstrap-datetimepicker/
$('#datetimepicker4').datetimepicker({ sideBySide: true, toolbarPlacement: "bottom", showClose: true, stepping: 30, minDate: new Date(), disabledDates: [new Date()], useCurrent: false, icons: { close: 'glyphicon glyphicon-ok'} });