I tried so many ways I found online and nothing works for me. Please help me figure out and thanks alot.
Here is my codes. Now I just use simple date/calendar because I couldn't find anything else. It works fine but I need the system to not to be able to select previous date.
<!-- Date -->
<div class="box-body">
<div class="form-group">
<label class="col-sm-2 control-label">Date:</label>
<div class="col-sm-10">
<input type="date" name="date"/>
</div>
</div>
</div><!-- /.box-body -->