Example of Month Picker in ASP.NET Core DatePicker Control
The following sample demonstrates the DatePicker control acting as a month picker. It allows you to select values in terms of months.
DEMO
SOURCE
DatePicker 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 DatePicker Start/Depth can be found in the Documentation section.