C# - Possible to set monthCalendar to show current month and previous 2 months?
Posted
by John M
on Stack Overflow
See other posts from Stack Overflow
or by John M
Published on 2010-06-09T16:25:02Z
Indexed on
2010/06/12
0:22 UTC
Read the original article
Hit count: 543
In a WinForms (3.5) application there is form with a monthCalendar control.
The calendar control has a calendarDimension of 3 columns by 1 row. This means that it currently shows June, July, August of 2010.
Is it possible to have the calendar to show April, May, June of 2010 instead? My dataset doesn't have any future dates so the date selection will be for current or older dates.
© Stack Overflow or respective owner