Skip to main content

Date/Time

The Date / Time component provides users with a combined date and time picker, facilitating the selection of specific timestamps. It supports various formats and can be configured to restrict selectable ranges, enhancing scheduling functionalities.

Date/Time

The options available to configure the URL component are separated into six categories:

  • Display
  • Date
  • Time
  • Data
  • Validation
  • Conditional

Display

ParameterDescription
LabelText label that appears next to the input field.
Display in TimezoneDisplays the value in the selected Timezone. You can choose between Viewer, Submission, Location, and UTC.
Use Locale SettingsDisplays Date and Time according to Local Settings.
Allow Manual InputAllows the user to manually enter these values.
FormatDefines the display format of the date and time.
Example: yyyy-MM-dd hh:mm a (e.g., 2025-04-21 03:45 PM).
PlaceholderPlaceholder text displayed when the field is empty.
DescriptionAdditional guidance text shown below the input.
TooltipHelper text displayed on hover for quick hints.
Custom CSS ClassPattern used to format user input visually as they type.
HiddenKeeps the component data but hides it from the user view.
Hide LabelHides the field label on the rendered form.
Initial FocusSets this field as the first one focused when the form loads.
DisabledPrevents the user from editing the input field.

Date

ParameterDescription
Enable Date InputAllows users to select or enter dates.
Disable Specific Dates or Dates by RangePrevents selection of individual dates or defined ranges.
Accepted formats for disabling dates or ranges: (yyyy-MM-dd) or (yyyy-MM-dd - yyyy-MM-dd).
Disable WeekendsBlocks selection of Saturdays and Sundays.
Disable WeekdaysBlocks selection of Monday through Friday.

Time

ParameterDescription
Enable Time InputA checkbox to activate or deactivate the time input field. If unchecked, time input is not shown on the form.
Hour Step SizeDefines the increment in hours for the time selector (e.g., setting to "1" allows selecting times like 1:00, 2:00, etc.).
Minute Step SizeDefines the increment in minutes for the time selector (e.g., setting to "15" allows selecting 1:00, 1:15, 1:30, etc.).
12 Hour Time (AM/PM)A checkbox that enables 12-hour time format with AM/PM instead of 24-hour format.

Data

ParameterDescription
Multiple ValuesA checkbox that allows the field to accept more than one value (e.g., multiple times can be selected).
Default ValueSets an initial value for the field when the form loads. Can be manually entered or selected via the calendar picker.
Clear Value When HiddenA checkbox that clears the field’s value if the field becomes conditionally hidden on the form.

Validation

ParameterDescription
RequiredA checkbox that makes the field mandatory. Users must fill it before submitting the form.
Use calendar to set minDateAllows setting the earliest valid date/time using a calendar picker.
Use calendar to set maxDateAllows setting the latest valid date/time using a calendar picker.
UniqueEnsures that the value entered in this field is not duplicated across other form entries.
Validate When HiddenIf checked, validation rules will apply even when the field is hidden via conditional logic.
Error LabelA label shown next to the field when a validation error occurs. Helps identify the error source.
Custom Error MessageA specific message displayed when validation fails. Replaces default error text.

Conditional

ParameterDescription
This Component should displayTrue - the component will display in the form.
False - the component will not display.
When the form componentSelect what component within the form will execute the condition. For example, Submit.
Has the valueThe data entry of the field that executes the condition.