Telerik UI for ASP.NET AJAX
Overview
Demos
Roadmap
What's New
Roadmap
Release History
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Try now
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX
This is a migrated thread and some comments may be shown as answers.
RadTimePicker set time HH:mm server side
2 Answers
397 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Pierre
Top achievements
Rank 1
Pierre
asked on
20 Aug 2009,
09:27 PM
Hi,
Some way to set the time server side. I have tested some ways but are only Read(Get). Passing from codebehind to client side some way?.
Thanks.
Add a comment
Submit comment
Cancel
2 Answers
, 1 is accepted
Sort by
Score
Date
0
Shinu
Top achievements
Rank 1
answered on
21 Aug 2009,
05:25 AM
Pierre,
Try the following code in order to set the time from code behind.
C#:
protected
void
Page_Load(
object
sender, EventArgs e)
{
RadTimePicker1.SelectedDate = DateTime.Parse(
"12:45"
);
// RadTimePicker1.SelectedDate = new DateTime(DateTime.Today.Year, DateTime.Today.Month, DateTime.Today.Day, 12, 45, 0);
}
Go through the following forum link which describes how to set value from client side. Hope this will help you.
Set the time in radtimepicker from javascript
-Shinu.
Add a comment
Submit comment
Cancel
0
Ashandra
Top achievements
Rank 1
answered on
19 Aug 2014,
10:34 PM
rdBookingTimePicker.DbSelectedDate = bookingDetails.Entity.BookingTime;
The radtime picker has a property DbSelectedDate which will do the conversion from a string value.
Eg. rdBookingTimePicker.DbSelectedDate = "08:00"
It will take care of the rest.
Add a comment
Submit comment
Cancel
Answer this question
Drag and drop files here or
browse
to attach...
Browse
for files to attach...
Supported file types: PNG, JPG, JPEG, ZIP, RAR, TXT. Max total file size - 20MB.
Submit answer
Cancel
Tags
Calendar
Asked by
Pierre
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 1
Ashandra
Top achievements
Rank 1
Share this question
or
Copy link