Date & Time
The date and time inputs provide a simple way for end users to pick values from a fixed set.
Date
To create an input for selecting a time, use the date input.
Reading input value in a line item logic
Time
To create an input for selecting a time, use the time input.
Reading input value in a line item logic
❶ You need to test if the pattern matches before you can extract groups by name.
Date Time
To create an input for selecting a combination of date and time, use the date-time input:
Reading input value in a line item logic
Date Range
To create an input for selecting a pair of dates – a date range – use the date range input:
Reading input value in a line-item logic
Minimum and Maximum Values
You can restrict the input from the user by setting minimum and maximum dates.
As of version 7.3, the functionality for setting the minimum and maximum values has not been implemented in the frontend application. However, you can still set these properties in a Groovy logic.
Found an issue in documentation? Write to us.