A default input field will be displayed in the form that can be used to display and input dates.
Property |
Description |
|---|---|
Name |
Element name |
Label |
Label that will appear in the left column |
2nd Label |
Label that that will appear behind the element |
Info Text |
Text to be displayed in a balloon |
Default value |
Value, if the assigned database field is empty |
DB field |
Selection of database fields of type: DATE |
Disable storage |
When saving or sending the form the value of the element is not stored in the database. |
Settings |
|
Date Format |
Format in which the date is displayed. You can choose between the following formats: •user-defined - the date format defined in the user settings is used. If none is defined, the system data format is taken.
•Day.Month.Year (DD.MM.YYYY)
•Day/Month/Year (DD/MM/YYYY)
•Month/Day/Year (MM/DD/YYYY)
•Year-Month-Day (YYYY-MM-DD) |
Earliest date |
The date cannot precede this date. Please enter the date in the format as selected at Date Format. Example: Format MM/DD/YYYY, then earliest date 06/30/2021. If User defined then the date must be selected as in the user settings or as in the system date format. |
Latest date |
The date cannot exceed this date. Please enter the date in the format as selected at Date Format. Example: Format MM/DD/YYYY, then earliest date 06/30/2021. If User defined then the date must be selected as in the user settings or as in the system date format. |
Calendar? |
Calender symbol is displayed. |
Display time? |
The time is displayed additionally. |
Show seconds? |
The current seconds are also displayed. If this option is deactivated, the seconds in the element are displayed as 00 instead of the current seconds. |
Display in user timezone? |
The date will be displayed according to the time zone of the user. |
Read-only? |
The textbox is write-protected. |
Disabled? |
The input field is disabled.
Please note that functions of the JavaScript-API (e.g. jr_set_value) do not have any effect on saving this value by enabling this option. |
Required? |
An entry is necessary here to forward the step. |
Hidden? |
The element is integrated but hidden in the view. |
Scripting |
|
OnBlur |
Script to be executed when the cursor leaves the element |
OnChange |
Script to be executed when the value in the element changes |
OnClick |
Script to be executed when the element is clicked |
OnFocus |
Script to be executed when the element gets focus |
OnKeyDown |
Script to be executed when characters are input into the element |
OnSelectDate |
Script to be executed when a date is selected from the calendar |
Color |
|
Label color |
Color of the label |
Background color |
Background color of the element |
Text color |
Text color of the textbox |