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.

For a full list of properties, methods and events see the API documentation.

Features

Bolded Dates

The MonthCalendar control supports bolded dates to define one-time, monthly, and yearly events.

MonthCalendar with bolded dates

Calendar Dimensions

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

MonthCalendar with multiple months

Custom Today Date Format

The TodayDate and TodayFormat properties enable customized date and format settings.

MonthCalendar with TodayFormat: "The current date and time is" dddd, MMMM dd, "of" yyyy

Advanced

JavaScript Widget

Item
Description

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.

Last updated

Was this helpful?