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

RadDatePicker Format

5 Answers 233 Views
DatePicker
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 21 Oct 2009, 05:35 PM
I'm writing to learn if it is possible to format the RadDatePicker Telerik Silverlight control.

For example, following a date selection, display the selected date in "yyyyMMdd" format 

- rather than display the selected date in the default "MM/dd/yyyy".

Thanks in advance for any insight!  

Best regards, Rob   

5 Answers, 1 is accepted

Sort by
0
Accepted
Kaloyan
Telerik team
answered on 26 Oct 2009, 09:57 AM
Hi Robert ,

Thank you for your feedback. Unfortunately the RadDatePicker is using an internal date parser system which is not fully supporting all of the know date formats. The requested by you date format is one of the not supported from the control ones. You may try setting "yyyy.MM.dd ". Hope this is knot a showstopper for your application. Let us know if you need any further assistance.

Greetings,
Kaloyan
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
Robert
Top achievements
Rank 1
answered on 26 Oct 2009, 11:51 AM
Hi Kaloyan,

I am able utilize C#, and code a work-around for the date format of yyyyMMdd.

Best regards, and the Telerik RadControls for Silverlight are fantastic! Rob
0
Gopi
Top achievements
Rank 1
answered on 21 Jan 2015, 02:25 PM
Hi Team,
I am using Telerik RadDatePicker in my Silverlight Project.

<StackPanel x:Name="StackPanelDates" Orientation="Horizontal" Margin="0,0,0,0" Visibility="Visible" HorizontalAlignment="Center">
                    <telerik:RadDatePicker x:Name="DatePickerStart"  DateSelectionMode="Month" Margin="0" SelectionChanged="DatePickerStart_SelectionChanged" />
                    <TextBlock x:Name="TextBlockTo" Margin="10,0" Text="to" VerticalAlignment="Center" />
                    <telerik:RadDatePicker x:Name="DatePickerEnd" DateSelectionMode="Month" Margin="0" SelectionChanged="DatePickerEnd_SelectionChanged" />
                </StackPanel>

I am facing a problem, when I click on Date Picker, I have Year in Header and 2 arrows in right and left corner to navigate to year. But I am not able to go forward and backward year by clicking it.

It would be great if you provide any solution for that..
0
Nasko
Telerik team
answered on 23 Jan 2015, 12:33 PM
Hello Gopi,

We tested the provided code snippet and it seems that everything works as expected on our side - please, check the attached video. Could you please provide us some more detailed information about your scenario and the version of the controls you're currently using? Sending us a sample project or video that shows how to reproduce the described behavior will be of great help for us in our further investigation.

We're looking forward to hearing from you.

Regards,
Nasko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Gopi
Top achievements
Rank 1
answered on 23 Jan 2015, 04:13 PM
Hi Nasko,

Thanks for the quick reply. 
I found the problem. I was using dll version 2013.1.0220.1050. I tried the version 2013.1.0403.1050 and in this version the navigation is working fine.

Thank you... :)
Tags
DatePicker
Asked by
Robert
Top achievements
Rank 1
Answers by
Kaloyan
Telerik team
Robert
Top achievements
Rank 1
Gopi
Top achievements
Rank 1
Nasko
Telerik team
Share this question
or