|
-
September 24th, 2008, 09:51 AM
#1
DateTime.ToString()
I am using the C# .NET Datetime class DateTime and taking the default when converting to a string DateTime.ToString().
When i run it under a user i get the U.S. format - month then day, but when i run it on the SAME machine started up as a service, i get the European format - day then month?
why is that? when i run it under services, it is running under a different user. Could that be why? I thought the DateTime default locale was machine based rather than user based?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|