Robust DateTime parser library for .NET
- by Frank Krueger
Hello, I am writing an RSS and Mail reader app in C# (technically MonoTouch).
I have run into the issue of parsing DateTimes. I see a lot of variance in how dates are presented in the wild and have begun writing a function like this:
public static DateTime ParseTime(string timeStr) {
var formats = new string[] {
"ddd, d MMM yyyy…