Question

Is it possible to change type of calendar in DateTimePicker (C#) ? e.g : I'm gonna replace Persian Calendar with the default calendar in DateTimePicker ! Thanks

Was it helpful?

Solution

From MSDN:

The DateTimePicker control only supports Gregorian calendars.

This question discusses your options if you're open to non-Microsoft controls.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top