Example of Month Picker in ASP.NET MVC Calendar Control
The following sample demonstrates the Calendar control acting as a month picker. It allows you to select values in terms of months.
DEMO
SOURCE
Selected Value:
The Calendar has the Start
and the Depth
properties that provide options to restrict users from navigating to any Calendar view (year, month, or decade).
More information on the Calendar Start/Depth can be found in the Calendar viewopens in a new tab documentation section.