Skip to content

A2DateTimeInput

Date and time picker component.

Props

PropertyTypeDefaultDescription
propstring-Form data key
placeholderstring-Placeholder text
enableDatebooleantrueEnable date selection
enableTimebooleantrueEnable time selection
formatstringYYYY-MM-DD HH:mm:ssFormat string
disabledbooleanfalseDisabled state

Basic Example

Date and Time
无内容

Date Only Example

Date Only
无内容

JSON Schema

json
{
  "id": "datetimeId",
  "type": "a2-date-time-input",
  "props": {
    "prop": "fieldName",
    "placeholder": "Select datetime",
    "enableDate": true,
    "enableTime": true,
    "format": "YYYY-MM-DD HH:mm:ss"
  }
}

A2UI Documentation