# Date Picker

## **Element Description**

The **Date Picker** field allows users to select a specific date from a calendar during checkout. It helps schedule delivery dates, book appointments, or collect any date-related information from customers.

<figure><img src="/files/ODK6oavttLRMD2czbKMx" alt=""><figcaption></figcaption></figure>

**Sample Use Cases**

* Allow customers to schedule a delivery or pick-up date.
* Let users choose a preferred date for services or appointments.
* Collect date-related information, such as birthdates or event dates.

<figure><img src="/files/xeWbycNHPRcic8faLbQ0" alt=""><figcaption><p>Date Picker</p></figcaption></figure>

## **Date Picker** Field Settings

<figure><img src="/files/ohBHTOtoqQFpUBxqXuFN" alt=""><figcaption></figcaption></figure>

* **Label** – The name of the field displayed to the customer on the checkout page.
* **Placeholder** – The text that appears inside the input box before the customer selects a date.
* **Description** – Additional information or instructions about the date picker, shown below the field.
* **Enable/Disable Field** – Allows you to enable or disable the field based on your needs. If it is disabled, the element will not be displayed in the checkout form, you can enable it anytime from the checkout builder according to your needs.
* **Is Required** – When enabled, customers must select a date before proceeding to checkout.
* **Default Value** – Pre-fill the field with a default date value when the page loads.
* **Block Days** – Select specific days of the week to block (e.g., block weekends if your store doesn’t deliver on those days).

**Advanced Settings**

* **Custom Class Name** – Add [**custom CSS classes**](/checkout-custom-fields-builder-for-woocommerce/plugin-features/custom-classes.md) for further styling or additional functionality for the date picker field.


---

# 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.stylemixthemes.com/checkout-custom-fields-builder-for-woocommerce/checkout-builder-elements/date-picker.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.
