Thoughts, tips and rants from a professional programmer
How to convert a string in ISO date format to a C# DateTime:
DateTime dt = DateTime.ParseExact(dateString, “yyyyMMdd”, CultureInfo.InvariantCulture);
Name (required)
E-mail (will not be published) (required)
Website
Notify me of follow-up comments via email.