How To: Get Selected Date from MonthCalendar control
VB.NET Private Sub MonthCalendar1_DateChanged(ByVal sender As Object, ByVal e As System.Windows.Forms.DateRangeEventArgs) Handles MonthCalendar1.DateChanged 'Display the dates for selected range Label1.Text = "Dates Selected from :" &
Read More...
Read the complete post at http://weblogs.asp.net/sushilasb/archive/2006/08/15/How-To_3A00_-Get-date-from.aspx