Persian RadDateTimePicker in C# winform?
c#, datetimepicker, persian, telerik, winforms
Solution
I don't think there is any way in `C#` to set DataTimePicker to Persian. And `Telerik` also do not support such thing take a look here.
So I would suggest you to explore other options such as
Code project
Code Plex
Problem
I like to use `DateTimePicker` in my winforms C# project but both `C#` and `Telerik` Control have Gregorian date. Can anyone convert these control to Persian `DateTimePicker`? Is any way for my problem. Please help me.