[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
Mon, 22 Mar 2004 12:35:52 -0500 (EST)


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 dick@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=54047

--- shadow/54047	2004-02-22 17:01:42.000000000 -0500
+++ shadow/54047.tmp.3423	2004-03-22 12:35:52.000000000 -0500
@@ -1,8 +1,8 @@
 Bug#: 54047
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: Gentoo 1.4
 Status: NEW   
 Resolution: 
 Severity: 
@@ -12,13 +12,13 @@
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: DateTime.Parse does not support alternate date separator characters
-OtherBugsDependingOnThis: 54721
+OtherBugsDependingOnThis: 54721[FIXED]
 
 DateTime.Parse is unable to parse a date string containing date separator 
 characters other than the date separator of the culture used to parse the 
 string.
 
 for example, the following code fragment works fine on MS.NET :