[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 15:38:56 -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 14:31:37.000000000 -0400
+++ shadow/54047.tmp.16691	2004-06-08 15:38:56.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 54047
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: Gentoo 1.4
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: atsushi@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
@@ -86,6 +86,9 @@
 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.
+
+------- Additional Comments From atsushi@ximian.com  2004-06-08 15:38 -------
+Ok, fixed in cvs ;-)