Skip to main content

Date Input

The date input component allows you to get a date from the user.

Date Input API

The following section details Date Input component's specific settings. For more details on the App Editor, check the dedicated documentation or the App Editor Quickstart:

Controls

This component can be controlled by frontend scripts using these functions:

NameParametersDescriptionExample
setValueid: string, value: anyManually set or force the value of a component.setValue(id: 'a', value: 17)

Date Input configuration

NameTypeConnectableTemplatableDefaultDescription
minDatestringtruefalseThe minimum date of the date input.
maxDatestringtruefalseThe maximum date of the date input.
default valuestringtruefalseThe default value of the date input.

Outputs

NameTypeDescription
resultstringThe date input value.