[Mono-bugs] [Bug 54047][Nor] Changed - DateTime.Parse does not support alternate date separator characters
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 8 Jun 2004 14:31:37 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54047
--- shadow/54047 2004-06-08 03:11:34.000000000 -0400
+++ shadow/54047.tmp.14607 2004-06-08 14:31:37.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 54047
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details: Gentoo 1.4
-Status: ASSIGNED
+Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
Component: CORLIB
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: atsushi@ximian.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: DateTime.Parse does not support alternate date separator characters
@@ -82,6 +82,10 @@
CultureInfo.InvariantCulture);
}
}
It raises an error. Apparently "02#25#2002" is not recognized as
variant of "MM/dd/yyyy".
+
+------- Additional Comments From atsushi@ximian.com 2004-06-08 14:31 -------
+Mmm, sorry. I confused Parse() and ParseExact(). Our DateTime
+implementation also confuses that. Am going to fix it.