Closed GoogleCodeExporter closed 9 years ago
Does this also work for you?
data_row[i] = DateTime.Parse((string)data_row[i],
System.Globalization.CultureInfo.InvariantCulture);
Original comment by noah.hart@gmail.com
on 29 Jul 2010 at 8:32
Indeed, that has worked. It's cleaner than my suggestion too :-)
Original comment by mem...@gmail.com
on 30 Jul 2010 at 10:52
Fixed with changeset 78fcda0bf7 Fri Jul 30 06:29:20 2010 -0700
Issue 74: Date format Error with non US Formats
Original comment by noah.hart@gmail.com
on 30 Jul 2010 at 1:31
Original issue reported on code.google.com by
mem...@gmail.com
on 29 Jul 2010 at 2:54