[Mono-bugs] [Bug 82631][Min] New - Some incorrect date format patterns in ES-es culture

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 30 08:47:15 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 anmar at gmx.net.

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

--- shadow/82631	2007-08-30 08:47:15.000000000 -0400
+++ shadow/82631.tmp.15131	2007-08-30 08:47:15.000000000 -0400
@@ -0,0 +1,35 @@
+Bug#: 82631
+Product: Mono: Class Libraries
+Version: 1.2
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: anmar at gmx.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Some incorrect date format patterns in ES-es culture
+
+ES-es culture has some DateTime format patterns that don't match those on
+.net. The offending ones are:
+ - LongDatePattern
+   - .net: dddd, dd' de 'MMMM' de 'yyyy
+   - mono: d' de 'MMMM' de 'yyyy
+ - FullDateTimePattern
+   - .net: dddd, dd' de 'MMMM' de 'yyyy H:mm:ss
+   - mono: d' de 'MMMM' de 'yyyy HH:mm:ss z
+ - YearMonthPattern
+   - .net: MMMM' de 'yyyy
+   - mono: MMMM
+ - MonthDayPattern
+   - .net: dd MMMM
+   - mono: d' de 'MMMM
+
+A simple test that prints the formats is attached. To compile it just a
+'gmcs testdateformat.cs' or 'csc testdateformat.cs' will do.


More information about the mono-bugs mailing list