Set start day for calendar control [Help]

Elfman

Member
Joined
Nov 6, 2007
Messages
12
Programming Experience
1-3
Hi all,

I've got a calendar control witch pops up adn allows the user to setlect a date. (actually 2 calendars so users selects form date1 - date2)

Thing is the dates are question are not recent so how can i set my own start date and stop today date apearing.

To Clarify at the minute the calendar apears on november 2007 how can i set it to apear showing say decemember 2002

- Elfman
 
Calendar.VisibleDate Property
Gets or sets the date that specifies the month to display on the Calendar control.
 
Back
Top