This is a migrated thread and some comments may be shown as answers.

RadDatetimePicker

1 Answer 42 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Palanivel
Top achievements
Rank 1
Palanivel asked on 11 Jun 2012, 09:02 AM
Hi , Everybody i have a problem i am  using a datetimepicker of the telerik control now i want the changing time from the raddatetimepicker ............

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 11 Jun 2012, 10:21 AM
Hello,

Try the following code to get the time from datetimepicker.
C#:
protected void Button1_Click(object sender, EventArgs e)
{
 string value = RadDateTimePicker1.SelectedDate.Value.ToShortTimeString();
}

Thanks,
Shinu.
Tags
General Discussions
Asked by
Palanivel
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or