Parthiban
asked on 14 Jul 2025, 09:43 AM
| edited on 14 Jul 2025, 09:50 AM
I using the <telerik:RadDatePicker>
DisplayFormat = (Long or short) only there I need a customer format how we archive.
Example : 1 July 2025, 1 JUL 2025
1 Answer, 1 is accepted
0
Stenly
Telerik team
answered on 14 Jul 2025, 09:51 AM
Hello Parthiban,
May I ask if it would be possible to give the following article from our documentation a try? It showcases how to set a different culture and modify the display pattern:
The properties of the DateTimeFormatInfo class cannot be set directly in XAML. Instead, this customization will have to be done in code.
What I could suggest would be to implement an attached property of the type of string, which you can set in XAML to the desired pattern, and apply it in its property callback method.