Hey everyone,
I am trying to make a small application for a project in which clients from across the world can use. The problem I am having is that the back-end is setup using XML files that gets generated and uploaded to a shared network and in these XML files I store a date time variable that says when a particular task started and finished. The program crashes at certain load intervals with a format exception and after some research I found out that I need to setup a regional date time parser.
The question that I have is how can I convert the time in the XML file, whether it's using US, AU, or UK regional settings, and have it use the client's local settings. This is being done using VS C# 2005 and the .NET 3.5 framework.
Thanks in advance for your help.