Will anyone show me how to insert the selected date from a MonthCalendar control? When I user click on a certain date on the MonthCalendar control, I want to insert this date into a textbox. How do I do that?
Otherwise, you can use the SelectionStart and SelectionEnd properties of the control to get the same DateTime values. If only one date is selected, both values will be the same.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.