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
<script type=
"text/javascript"
>
function
OnClientClicked(sender, args) {
var
today =
new
Date();
day = today.getDate();
month = today.getMonth() + 1;
year = today.getFullYear();
calendar = $find(
"<%=RadCalendar1.ClientID%>"
);
todaysdate = [year, month, day];
calendar.navigateToDate(todaysdate);
}
</script>