Currently working on jQuery datepicker and i am trying to compare the dates and adding the years of exp currently with my code where i am trying to compare the from date and to date if the to date is greater than from date it should say kindly enter the to date should be greater than from date
Your problem may be that you are unable to read the date options because they are shown as white text on a white background. Try adding a CSS rule select.ui-datepicker-month { color:#000; }