I want to disable all the future dates after today in Jquery Ui Datepicker
Here is the Demo :
Code :
$( \"
Change maxDate to current date
maxDate: new Date()
It will set current date as maximum value.