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=81390 --- shadow/81390 2007-04-17 15:54:01.000000000 -0400 +++ shadow/81390.tmp.1683 2007-04-17 15:54:01.000000000 -0400 @@ -0,0 +1,29 @@ +Bug#: 81390 +Product: Mono: Class Libraries +Version: 1.0 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Minor +Component: Sys.Web +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: wrong Year/Month format assumption in Calendar control + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: + +our Calendar control always shows "[month] [year]" on top of the control, +regardless of the actual culture. Thus, it becomes weird for Japenese, +Chinese and so on. + +We could simply use DateTimeFormat.YearMonthPattern. + +A fix being attached. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
