Hi, I'm use latest vesion control.
When I click on the calendar and select 1 December, the day and month of the date in the control are swap, so when I click another time on the calendar, the date set is not December (Date set 12 January).
My Code:
When I click on the calendar and select 1 December, the day and month of the date in the control are swap, so when I click another time on the calendar, the date set is not December (Date set 12 January).
My Code:
<telerik:RadDateTimePicker ID="RadDateTimePickerRunning" Width="280px" TimeView-Caption="Время" |
TimeView-Culture="Russian (Russia)" TimeView-Width="210px" |
TimeView-TimeFormat="H:mm" Calendar-CultureInfo="Russian (Russia)" |
runat="server" skin="WebBlue"> |
<DateInput Width="210px" |
DateFormat="dd MM yyyy H:mm" |
DisplayDateFormat="dd MM yyyy H:mm" > |
</DateInput> |
<Calendar CultureInfo="Russian (Russia)" |
CellDayFormat="[ %d ]" |
DayCellToolTipFormat="d MMM, yyyy"> |
</Calendar> |
<TimeView ID="TimeView1" runat="server"> |
<HeaderTemplate> |
Время |
</HeaderTemplate> |
</TimeView> |
</telerik:RadDateTimePicker> |