MonthCalendar
Represents a control that enables the user to select a date using a visual monthly calendar display.
The Wisej.NET MonthCalendar
control enables date selection through a visual display. Set the MinDate
and MaxDate
properties to limit selectable dates and times.
Features
Bolded Dates
The MonthCalendar
control supports bolded dates to define one-time, monthly, and yearly events.

Calendar Dimensions
The MonthCalendar
control displays multiple calendars in a grid-like structure.

Custom Today Date Format
The TodayDate
and TodayFormat
properties enable customized date and format settings.

Advanced
JavaScript Widget
Class name
"wisej.web.MonthCalendar" for the base component, "wisej.web.monthCalendar.DateChooser" for the drop down component, and wisej.web.monthCalendar.Today for the label that shows today's date.
Theme appearance
"calendar", see Themes.
Child components
"datechooser" is the dropdown. "today" is the today label. "tools" is the tools container.
Toolcontainer state
"calendar", see Embedded Tools.
Source code
Last updated
Was this helpful?