Hi All
I'm having some trouble with the DateTimePicker;
When I call dtpWhen.DbSelectedDate = i("uatWhen"), the date is set correctly per the database, but the time is always set to 12:00.
Debug.WriteLine(i("uatWhen")) gives 7/05/2012 10:48:59 AM as expected.
I've also tried setting the value using just .SelectedDate with no luck.
Does anyone see something I'm doing wrong?
I'm having some trouble with the DateTimePicker;
<telerik:RadDateTimePicker ID="dtpWhen" Width="200px" runat="server" AutoPostBackControl="Calendar"> <TimeView ID="TimeView3" Interval="0:30" Columns="4" RenderDirection="Vertical" runat="server" /> <Calendar> <SpecialDays> <telerik:RadCalendarDay Repeatable="Today" ItemStyle-BackColor="Pink" /> </SpecialDays> </Calendar></telerik:RadDateTimePicker>When I call dtpWhen.DbSelectedDate = i("uatWhen"), the date is set correctly per the database, but the time is always set to 12:00.
Debug.WriteLine(i("uatWhen")) gives 7/05/2012 10:48:59 AM as expected.
I've also tried setting the value using just .SelectedDate with no luck.
Does anyone see something I'm doing wrong?
