Close Sidebar
Date & DateTime Field

Date & DateTime Field

The Date field allows you to pick a date using the date picker And DateTime field allows you to pick both a date and time.

Properties

The Date Field Properties is your control center for customizing date-related form fields. Input the Field Name and Field ID for straightforward identification. This simplified setup allows you to tailor each date field to your specific data collection needs, focusing solely on the title and ID for streamlined configuration.

Field Setting

See Basic Field Settings like Title, ID etc. Here

Computed Value

The Computed Value feature for Date Fields empowers dynamic content generation, enabling users to evaluate and define date values based on specific conditions. This includes referencing the value of another field directly using the field ID, performing date arithmetic operations, and utilizing various date functions. This powerful functionality provides users with a versatile toolkit for advanced date manipulation and customization within the workflow, ensuring flexibility and precision in capturing date-related information.

See All Expression Here

Validations

There are 10 types of validations available for the Text field:

  • Equal To: Validates if the date field value is equal to a specified date.
  • Not Equal To: Ensures the date field value is different from a specified date.
  • Greater Than: Validates if the date field value is later than a specified date.
  • Less Than: Ensures the date field value is earlier than a specified date.
  • Greater Than or Equal To: Validates if the date field value is equal to or later than a specified date.
  • Less Than or Equal To: Ensures the date field value is equal to or earlier than a specified date.
  • In the Future: Validates if the date field value is in the future.
  • In the Past: Ensures the date field value is in the past.
  • Not in the Future: Validates if the date field value is not in the future.
  • Not in the Past: Ensures the date field value is not in the past.

See all validations