How to disable past date in datepicker | JQuery


To do this add this line of code: 


Chage your class or id name with this id 

 

 $('#datetimepicker1'). datetimepicker({ minDate: new Date() });


                                   

 

1 Comments

Post a Comment

Previous Post Next Post