[Mono-bugs] [Bug 81778][Nor] New - string.Format("{0:}", date) returns empty string
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 30 06:08:45 EDT 2007
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 rolfkvinge at ya.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81778
--- shadow/81778 2007-05-30 06:08:45.000000000 -0400
+++ shadow/81778.tmp.6306 2007-05-30 06:08:45.000000000 -0400
@@ -0,0 +1,26 @@
+Bug#: 81778
+Product: Mono: Class Libraries
+Version: 1.0
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: rolfkvinge at ya.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: string.Format("{0:}", date) returns empty string
+
+Repro:
+System.Console.WriteLine ("{0:}", System.DateTime.Now);
+
+Prints nothing.
+
+Should print:
+5/30/2007 12:05:16 PM
+(current date)
More information about the mono-bugs
mailing list