[Mono-bugs] [Bug 54721][Blo] Changed - Convert.ChangeType() fails with datetime format MM-DD-YYYY for InvariantCulture
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 22 Feb 2004 17:01:41 -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 gert.driesen@pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=54721
--- shadow/54721 2004-02-22 12:05:58.000000000 -0500
+++ shadow/54721.tmp.11970 2004-02-22 17:01:41.000000000 -0500
@@ -2,22 +2,23 @@
Product: Mono/Class Libraries
Version: unspecified
OS: Fedora 1.0
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Blocker
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: jaak@zd.com.pl
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Convert.ChangeType() fails with datetime format MM-DD-YYYY for InvariantCulture
+BugsThisDependsOn: 54047
DateTime dt = (DateTime)Convert.ChangeType(..., typeof(DateTime),
CultureInfo.InvariantCulture);
doesn't accept the date format "MM-DD-YYYY". "MM/DD/YYYY" is supported,
though.