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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
