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

09 Q3 RadDatePicker culture function do not work..

3 Answers 111 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
hunet
Top achievements
Rank 1
hunet asked on 04 Jan 2010, 08:47 AM

Hi,

It seems that Korean Culture of RadDateTimePicker of Q2 version has something wrong which although I select time with PM but it is always selected only AM.
(but, it works with en-US culture)

please, refer to below details and let me know.

Many thanks,
Joey

<telerik:RadDateTimePicker ID="rdpReservationDate" runat="server" MinDate="2006/1/1" ToolTip="Please Select datetime.." Culture="Korean (Korea)" Width="170px">  
                        <DateInput runat="server" ID="DateInput">  
                        </DateInput>  
<Calendar UseRowHeadersAsSelectors="False" UseColumnHeadersAsSelectors="False" ViewSelectorText="x"></Calendar>  
 
<TimeView CellSpacing="-1" Culture="Korean (Korea)"></TimeView>  
 
<TimePopupButton ImageUrl="" HoverImageUrl=""></TimePopupButton>  
 
<DatePopupButton ImageUrl="" HoverImageUrl=""></DatePopupButton>  
                    </telerik:RadDateTimePicker> 

 

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 04 Jan 2010, 02:11 PM
Hi Joey,

Please use a date format, which has the AM/PM designator after the time:

<telerik:RadDateTimePicker ID="rdpReservationDate" runat="server" MinDate="2006/1/1"
Culture="Korean (Korea)">
    <DateInput DateFormat="yyyy-MM-dd h:mm tt" />
</telerik:RadDateTimePicker>


Sorry for any inconvenience caused.


Greetings,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Thomas Wittwer
Top achievements
Rank 1
answered on 18 Mar 2011, 02:02 PM
The problem still exists in version 2011.1.315. Are there any plans to fix this issue? The proposed time format 'h:mm tt' is not standard for Korea. This solution can only be a workaround. 
0
Daniel
Telerik team
answered on 24 Mar 2011, 11:41 PM
Hello Thomas,

I'm afraid that RadDateInput/RadDateTimePicker controls do not fully support Korean language at this point.

Please excuse us for the inconvenience.

Kind regards,
Daniel
the Telerik team
Tags
Calendar
Asked by
hunet
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Thomas Wittwer
Top achievements
Rank 1
Daniel
Telerik team
Share this question
or