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
<
telerik:RadTimePicker
ID
=
"RadTimePicker1"
runat
"server"
TimeView-TimeFormat
"HH:mm"
>
</
<script type=
"text/javascript"
function
pageLoad() {
var
time = $find(
"<%=RadTimePicker1.ClientID %>"
);
//your condition
time.get_dateInput().set_value(
"12:00 AM"
//else
"23:59 AM"
}
</script>