How to disable the future dates in datepicker using angularjs and jquery
问题 Hi I need to disable the future dates, I have tried in all the ways but I'm unable please let me know where I'm wrong. <div class="input-group date"> <input type="text" class="form-control pull-right" id="datepicker2" placeholder="Date of Join" ng-model="DateofJoining"> <div class="input-group-addon"></div> </div> $('#datepicker2').datepicker({ autoclose: true, maxDate: new Date() }); I have even tried in angularjs also but wasn't able to disable them, please let me know how to disable the