Hello,
Last year I had this problem: Date 10/17/2010 is not a valid date? bug? I could not solve, and did not give more priority to it.
Now, after almost a year, need to resolve this to avoid problems with customers.
When I select the date from the calendar by 16/10/2011 telerik, telerik put the date 15/10/2011 in RadDatePicker.
I tried to fix this in the event ClientEvents-OnDateSelected, changing the time the date 16/10/2011, but in the same way, the telerik days back the date to 15/10/2011.
I also tried changing the date directly in DateInput (get_dateInput().set_value("16/10/2011")), but the telerik also changes the date to 15/10/2011.
Last year I had this problem: Date 10/17/2010 is not a valid date? bug? I could not solve, and did not give more priority to it.
Now, after almost a year, need to resolve this to avoid problems with customers.
When I select the date from the calendar by 16/10/2011 telerik, telerik put the date 15/10/2011 in RadDatePicker.
I tried to fix this in the event ClientEvents-OnDateSelected, changing the time the date 16/10/2011, but in the same way, the telerik days back the date to 15/10/2011.
I also tried changing the date directly in DateInput (get_dateInput().set_value("16/10/2011")), but the telerik also changes the date to 15/10/2011.