I wanted to disable all past date before current date, not with current date. I am trying by bootstrap datepicker library \"bootstrap-datepicker\" and using following code:<
use
startDate: '-0d'
Like
$("#datepicker").datepicker({ startDate: '-0d', changeMonth: true });