I want to disable previous dates from datepicker.I have used the following code snippet
$("#check_In_Date").datepicker({ minDate: 0 });
But does not work.But when I use format properties it works just fine. Any help please how do i work around that is much appreciated.