0
Colleagues.
Across of the site, I implemented the datapicker in my system, but would like to disable the previous dates of the current date. By their model, it presents the following form:
$('#sandbox-container input').datepicker({
autoclose: true,
datesDisabled: ['02/06/2016']
});
Note that disable only the date 02/06/2016. How I would disable previous dates before the current date?
Right... we can also use startDate: "date", but still thank you for your help Berriel
– user24136
@Mark true, it is also possible...
– Berriel