Hi sir,
It is not possible to clear several (more than 1 date) date with javascript and your datepicker(a textbox with a button display a calendar), because you only get the value of the last selected textbox.
I need to clear the datepicker, allow the user to enter new date on the same webform, how can I clear this date (datepicker textbox where the date is showing after have select a date), in the code behind ? So in codebehind, I will clear date1, date2, date3 and so on.
Thank for your answer.