[Mono-bugs] [Bug 80744][Wis] Changed - Duplicate short date in DateTimePicker
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Feb 7 07:34:22 EST 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 georgegiolfan at yahoo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80744
--- shadow/80744 2007-02-06 17:06:09.000000000 -0500
+++ shadow/80744.tmp.20601 2007-02-07 07:34:22.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 80744
Product: Mono: Class Libraries
Version: 1.0
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Windows.Forms
AssignedTo: toshok at ximian.com
ReportedBy: kobruleht2 at hot.ee
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -60,6 +60,12 @@
MONO 1.2.3 preview
.NET 2 profile
Windows XP SP2
short date format dd.mm.yyyy
todays date Feb 04, 2007
Visual C# Express 2005
+
+------- Additional Comments From georgegiolfan at yahoo.com 2007-02-07 07:34 -------
+As a quick fix, you can add
+ case "M": return date.ToString("MM");
+ case "d": return date.ToString("%d");
+to DateTimePicker.PartData.GetText(DateTime, string).
More information about the mono-bugs
mailing list