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=80094 --- shadow/80094 2006-11-30 04:09:04.000000000 -0500 +++ shadow/80094.tmp.24333 2006-11-30 05:03:54.000000000 -0500 @@ -2,22 +2,22 @@ Product: Mono: Runtime Version: 1.2 OS: other OS Details: FreeBSD 6.2 Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: misc -AssignedTo: [EMAIL PROTECTED] +AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: Mono DateTime.ParseExact and Parse cannot recognize format +Summary: Mono DateTime.ParseExact and Parse cannot recognize MMM format for some cultures Mono JIT compiler version 1.2.1 Mono C# compiler version 1.2.1.0 installed from ports using mono-merge Description of Problem: Mono DateTime.ParseExact and Parse cannot recognize format @@ -57,6 +57,12 @@ How often does this happen? always Additional Information: none + +------- Additional Comments From [EMAIL PROTECTED] 2006-11-30 05:03 ------- +Maybe in your culture (CurrentCulture) November is not "Nov". It will +work only for cultures like en-US or InvariantCulture. + +However I found a bug in ja-JP culture (it should just allow "11"). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
