My code is: Bootstrap Datetimepicker (mindate). My code works in all browsers like ff, chrome etc. Please see the example below. I work for me.
$('#datetimepicker1').datetimepicker({ //minDate: new Date() + 1, minDate:moment(), Default: true, defaultDate: new Date(), pickTime: false, use24hours: false, format: 'MM-DD', icons: { time: "fa fa-clock-o", date: "fa fa-calendar", up: "fa fa-arrow-up", down: "fa fa-arrow-down" }, // minDate: moment(+1), });
source share