I am making an event calendar. I am currently looking for ways to disable the previous dates on datetime_local
and the minimum date and time is the current. Are there other ways?
<div class="form-group">
<label for="datetime_start" class="control-label">DateTime Start:</label>
<input type="datetime-local" class="form-control" name="datetime_start" id="datetime_start">
</div>