Date Time

The "Date Time" input field is a type of input field that allows users to enter a date or date and time into a form. This input field type is commonly used in forms where users need to enter a specific date or time, such as scheduling appointments or events.

Title

add a title for the input field. This title will appear above the input field and should be descriptive enough to help users understand what date or time they are being asked to input.

Components

Choose among these options:

  • "Date Only" allows the user to input only the date,

  • "Date Time" allows the user to input both the date and time,

  • "Time Only" allows the user to input only the date.

Output Format

(This setting is available when the data type of the column is text)

Specify how the date and time information should be written, such as DD/MM/YYYY or MM/DD/YYYY, providing consistency and compatibility with your app's data management.

Validation

"Required" and "Validation by Formula" checkboxes are used to validate the data input.

When "Required" is enabled, the input field must be filled by users before they can submit the form.

"Validation by Formula" allows you to write your data validation rules with Typescript. Read how Typescript is implemented in Starion here.

pageOverview

Hidden

Hide the input field if in case it is needed.

This can be useful if you only want to show the field to specific users, if you want to hide it until a specific point in the form, or when you want to use the component to collect the data in the background without displaying it to the user.

Tag

Name the component for use with the Typescript.

currentPage.components.componentTag

Last updated