How to disable past dates from today in bootstrap datetimepicker? [duplicate]
问题 This question already has answers here : Bootstrap datetimepicker startDate does not disable past dates (3 answers) Closed 4 years ago . Unable to disable the past dates in bootstrap datetimepicker HTML <br/> <div class="row"> <div class="col-md-12"> <h6>Datetimepicker</h6> <div class="form-group"> <div class="input-group date" id="datetimepicker"> <input type="text" class="form-control" /> <span class="input-group-addon"><span class="glyphicon-calendar glyphicon"></span></span> </div> </div>