[Mono-bugs] [Bug 326609] New: DateTimePicker.MinDate only supports dates from 1/1/1753

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Sep 19 20:06:53 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=326609

           Summary: DateTimePicker.MinDate only supports dates from 1/1/1753
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: mtraudt at quantifisolutions.com
         QAContact: mono-bugs at ximian.com
          Found By: ---


The following code works with MS.NET but not with Mono:

DateTimePicker dtp = new DateTimePicker();
dtp.MinDate = DateTime.MinValue;

With Mono, we get an exception, since it does not support dates earlier than
1/1/1753.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list