Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
I don't understand why this works:
$find("<%=MyDate.ClientID%>").set_selectedDate('Tue Dec 3 00:00:00 PST 2013');
$find("<%=MyDate.ClientID%>").set_selectedDate('12/3/2013');
$find(
"<%=RadDatePicker1.ClientID%>"
).set_selectedDate(
new
Date(
'2013/12/3'
));