Date Input
The date input component allows you to get a date from the user.
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:
App Editor Documentation
The app editor is a low-code builder to create custom User Interfaces with a mix of drag-and-drop and code.
Apps Quickstart
Learn how to build your first app in a matter of minutes.
Date Input configuration
Name | Type | Connectable | Templatable | Default | Description |
---|---|---|---|---|---|
minDate | string | true | false | The minimum date of the date input. | |
maxDate | string | true | false | The maximum date of the date input. | |
default value | string | true | false | The default value of the date input. |
Outputs
Name | Type | Description |
---|---|---|
result | string | The date input value. |