Problem with DTPicker

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • venkatanarasimhaa
    New Member
    • Dec 2007
    • 20

    Problem with DTPicker

    Hi,

    I am developing a simple application in VB.
    I have one DTPicker on my form.

    If the value of DTPicker is not mindate of DTPicker, It should not be allow us to enter any value earlier than the exitsing value of DTPicker.

    Ex:
    My DTPicker value is : 1/15/2008
    It should not allow any date which is earlier than 1/15/2008 (like 1/14/2008).

    Is there any suggestion on this? Please help me out on this.

    Thanks in advance.

    Regards,
    Venkat.
  • QVeen72
    Recognized Expert Top Contributor
    • Oct 2006
    • 1445

    #2
    Hi,

    Set the "MinDate" of datepicker to whataever date you want,
    it will not allow you to pick previous date..

    Regards
    Veena

    Comment

    Working...