[Mono-bugs] [Bug 53956][Wis] New - DateTimeFormatInfo not affected by culture
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 5 Feb 2004 18:21:13 -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 jackson@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=53956
--- shadow/53956 2004-02-05 18:21:13.000000000 -0500
+++ shadow/53956.tmp.31434 2004-02-05 18:21:13.000000000 -0500
@@ -0,0 +1,33 @@
+Bug#: 53956
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jackson@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: DateTimeFormatInfo not affected by culture
+
+Description of Problem:
+The invariant DateTimeFormatInfo is always usedc regardless of culture.
+
+Steps to reproduce the problem:
+1. Compile and run attached program
+2.
+3.
+
+Actual Results:
+yyyy MMMM
+yyyy MMMM
+
+Expected Results:
+MMMM, yyyy
+yyyy MMMM