我有一個BS輸入type="date"
,我所要做的就是在日曆中禁用過去的日子和週末。我嘗試了很多在互聯網上發現並由我發明的代碼片段,但沒有任何工作,可能是因爲我不瞭解如何讓它們工作。如何使用BootStrap datepicker禁用過去的日子和週末?
所以請幫助。任何提示將不勝感激。
這裏是我的html:
<div class="form-group">
<label class="control-label col-sm-2" for="date" ">Date:</label>
<div class="col-sm-2">
<input type="date" class="form-control" id="datepicker">
</div>
</div>
http://stackoverflow.com/questions/21396605/ html5-datepicker-prevent-past-dates – Pranjal