International Calendar

JAM

Newcomer
Joined
Mar 9, 2003
Messages
24
Hi everyone
I have to use some international calendars, so date and time picker should be in the same format as that calendar.
Anyone has an Idea how to do that? Please help
 
Change the DateTimePicker Format property to Custom,
then go to the CustomFormat property & put the date format that you want, eg. 2003/04/30 for Japan, or 30/04/2003 for UK.

I don't know how you would get the calendar to start on a Monday (for Japan) instead of Sunday though, if you wanted to do that too.

ailzaj
 
I would like to thank ailzaj for her reply.
What I need to do is change the culture!
There is a Gregorian calendar,Hebrew calendar,Hijri calendar,Japanese calend,Julian calendar,Korean calendar.
In Order to use one of them, culture must be set. Does someone know how to change the culture?
 
Last edited:
Glad to be of help.
Have a look at the CultureInfo Class.

ailzaj
(by the way, I'm a her)
 
Last edited:
Back
Top