Posted 25 Jun 2012 Link to this post
var
expdate =
new
Date(t_year, t_month - 1, t_day);
$find(
"<%=RadDatePicker1.ClientID%>"
).set_selectedDate(expdate);