Date Input

Used to input or edit a date.

Properties

PropertyDescription
CalendarScaleDisplay scale for the input calendar, as a percentage (100 by default) (Qubes 5.4 to Qubes 6.6).
EnabledBoolean indicating whether or not the component is enabled.
FirstDayOfWeekFirst day of the week, as per standard ISO 8601 (1 by default) (Qubes 6.7).
HintSpecifies the user hint string that will appear in the component's interactive help bubble.
TabIndexInteger indicating the component's tab order (Qubes 5.6).
ValueInitialDetermines the component's initial value when the screen opens and each time it is reset (see Reset Button).
ValueMaxMaximum date value allowed. If empty, that means there is no maximum date.
ValueMinMinimum date value allowed. If empty, that means there is no minimum date.
VisibleBoolean indicating whether or not the component will be visible.
WeekNumberBoolean, displays the week numbers in the calendar (Qubes 6.7).
ResultTypeChanges 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.

Classification

Standards