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:<
The following worked for me
$('.input-group.date').datepicker({ format: 'dd/mm/yyyy', startDate: new Date() });