DateTimePicker with another calender
-
I was thinking of reusing the DateTimePicker control with another calender but i couldn't find a way of doing it, is there any way to make the DateTimePicker to use another calender than the gregorian calender. To select a date of preference, that would normally be shown as today's date in a circle and the caption @ bottom that reads "Today 10/08/2005" to a string of preference ?? Any Help guys??:^)
-
I was thinking of reusing the DateTimePicker control with another calender but i couldn't find a way of doing it, is there any way to make the DateTimePicker to use another calender than the gregorian calender. To select a date of preference, that would normally be shown as today's date in a circle and the caption @ bottom that reads "Today 10/08/2005" to a string of preference ?? Any Help guys??:^)
I'm afraid you can't because DateTimePicker and MonthCalender are microsoft comon control which reflect Local user setting so to use differnt culture you need to Change it from Regional and Language Options dialog box even if you change CurrentCulture or CurrentUICulture It will not work MCAD