# Date

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

## Input combo type date

Displays a date input field in the format `mm/dd/yy, HH:MM` (12-hour format).

## Usage example

```xml
<form>
    <inputcombo
        type="date"
        id="start_date"
        label="Date"
        description="Set the date on which the measurement was performed"
        value="2024-07-19T17:30"
    />    
</form>
```

## Properties

* `id`: Unique identifier for this field
* `label`: Header text
* `description`: Short descriptive text
* `shape`: Used to align the label and the input field. Allowed values:
  * `compactVertical`
  * `wideVertical`
  * `wideHorizontal`
* `value`: Sets a default date. Use the ISO 8601 format: `yyyy-MM-dd'T'HH:mm`


---

# 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://dev.ubidots.com/dashboards-and-widgets/custom-ui/input-combo/date.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.
