Date Input
Used to input or edit a date.
Properties
| Property | Description |
| Enabled | Boolean indicating whether or not the component is enabled. |
| FirstDayOfWeek | First day of the week, as per standard ISO 8601 (1 by default) (Qubes 6.7). |
| Hint | Specifies the user hint string that will appear in the component's interactive help bubble. |
| TabIndex | Integer indicating the component's tab order (Qubes 5.6). |
| ValueInitial | Determines the component's initial value when the screen opens and each time it is reset (see Reset Button). |
| ValueMax | Maximum date value allowed. If empty, that means there is no maximum date. |
| ValueMin | Minimum date value allowed. If empty, that means there is no minimum date. |
| Visible | Boolean indicating whether or not the component will be visible. |
| WeekNumber | Boolean, displays the week numbers in the calendar (Qubes 6.7). |
| ResultType | Changes the output value of the component, options currently are DateObject(default) or number (Qubes 9.0). |
Value
Returns the input date, or #VAL! if the restrictions are not met.
Remarks
To input a complete date/time, this component can be used in combination with the Time component.