Date picker input supporting single-date selection or a date-range (start + end). Renders a calendar popover. Use inside a form or standalone.
| Surface | Note |
|---|---|
| meet-stage | Date input renders and is clickable; value capture requires stage-level routing |
| Field | Type | |
|---|---|---|
| label | string. Visible label. | optional |
| name | string. Field identifier. | required |
| mode | string. One of: single, range. Default: single. | optional |
| placeholder | string. e.g. 'Pick a date'. | optional |
| rules | array of strings. e.g. ['required']. | optional |
{
"type": "form_date_picker",
"name": "Form Date Picker"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:form_date_picker",
"displayName": "Form Date Picker",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/form_date_picker",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "Date picker input supporting single-date selection or a date-range (start + end). Renders a calendar popover. Use inside a form or standalone.",
"representativeQueries": [
"show a date or date-range picker input",
"date picker input supporting single-date selection or a date-range (start + end). renders a calendar",
"render a form date picker"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →