# MonthCalendar

The Wisej.NET `MonthCalendar` control enables date selection through a visual display. Set the `MinDate` and `MaxDate` properties to limit selectable dates and times.

{% hint style="info" %}
For a full list of properties, methods and events see the [API documentation.](http://docs.wisej.com/api)
{% endhint %}

## Features

### Bolded Dates

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

![MonthCalendar with bolded dates](/files/-MdNN0H6d1fJ2OTUaqrb)

### Calendar Dimensions

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

![MonthCalendar with multiple months](/files/-MdNNAmDXtwdOJAZZ3ry)

### 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](/files/-MdNOuvzG6Js6VHqsYMO)

## 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](https://docs.wisej.com/theme-builder/theme-elements/elements).                                                                                                       |
| Child components    | "datechooser" is the dropdown. "today" is the today label. "tools" is the tools container.                                                                                                    |
| Toolcontainer state | "calendar", see [Embedded Tools](/docs/controls/general/embedded-tools.md).                                                                                                                   |
| Source code         | [https://github.com/iceteagroup/wisej-js](https://github.com/iceteagroup/wisej-js/blob/master/wisej.web.TextBox.js)                                                                           |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wisej.com/docs/controls/editors/monthcalendar.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
