|
ms
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How do you change a date for use in different countriesExample. In the U.S. 03-09-06 (Month-Day-Year). I would like for the date
to change with use in whatever country the software is in, such as Finland, U.K. or even China. I keep playing with System.DateTime and can not find a way to do this. I would appreciate any help. Wolf,
What are you trying to do with the date? Note that the date is not stored in a format that corresponds to the current locale, it is the ^representation^ of the date that changes. -- Show quoteHide quote- Nicholas Paldino [.NET/C# MVP] - mvp@spam.guard.caspershouse.com "Wolf W. Wolf" <Wolf W. W***@discussions.microsoft.com> wrote in message news:6D891F11-3004-474B-B4C7-7C87D3887DB3@microsoft.com... > Example. In the U.S. 03-09-06 (Month-Day-Year). I would like for the > date > to change with use in whatever country the software is in, such as > Finland, > U.K. or even China. I keep playing with System.DateTime and can not find > a > way to do this. I would appreciate any help.
Other interesting topics
How the devil do I get screen resolutions??!!?
Having trouble with multiple threads and a shared resource Forevery() writable iterator mechanism in C# 3 are all subclasses virtual (use vtables?) Trace debug for every method in code Another form question Reads XML node from App.Config and populates a Class Using properties from a nested class Type Question Debugging a command line c# windows Application |
|||||||||||||||||||||||