# Date Selector

The date selector is responsible for managing the start and end date input boxes in the calendar area. It provides options for formatting the selectors, including the month/year dropdown and weekdays.

NOTE

The date selector box is only available **when the date range is enabled**. However, the month/year dropdown is always present and cannot be removed.

The two modes for the date selector are:

* **Allow Edit Enabled:** In this mode, you can manually type a date into the input box.
* **Allow Edit Disabled:** In this mode, you can view the selected date range but cannot make changes directly. To modify the date, you can use the calendar or the month/year dropdown.         &#x20;

<figure><img src="https://powerviz-assets.s3.us-east-2.amazonaws.com/docs/doc-date-picker/24.png" alt=""><figcaption></figcaption></figure>

The following formatting options are available:

* Font color and family.
* Background and border color. There are two date formats to choose from: "MM/DD/YYYY" and "DD/MM/YYYY" for easier typing.


---

# 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.powerviz.ai/powerviz/date-picker/advanced-settings-introduction/date-selector.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.
