I want to disable past dates & current date, but I'm unable to disable current date. Below my code, only disables past dates, please correct my code if I'm wrong, thanks in advance.
<script>
$('#datetimepicker1').datetimepicker({
minDate: moment(1, 'h')
});
</script>