Hello Chris,
Another approach, if we want to create a date from a string which does not
depend on the system setting, we can also try the .NET function
DateTime.Parse(String, IFormatProvider). We can specify the culture in the
second parameter. You can get an example from the following MSDN document,
http://msdn.microsoft.com/en-us/library/kc8s65zs.aspx
If you have any other questions, please let me know. Have a nice day!
Best regards,
Colbert Zhou (colbertz @online.microsoft.com, remove 'online.')
Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.