Calendar Control - Limited Range

Hello,

I'm currently working with a Calendar Control, and I'm trying to limit it to only a certain range of allowable dates, is there a way to do this

Cheers,

Mark


Answer this question

Calendar Control - Limited Range

  • MatthewRWatson

    Hi,

    You can set MaxDate and MinDate properties of System.Windows.Forms.MonthCalendar. Does that meet your requirement

    Regards,

  • Joey Bradshaw

    You can also do manual checks by setting a event handler to the calendarcontrol.validate() event.

    Dustin.


  • Calendar Control - Limited Range