Select days from the
calendar (up to 255 days) which, if the current date matches the selected day, return 'true'. Double-click a day to select or deselect the day. Selected days are shown with a green background, for example
.
Note:
The grey background indicates weekend days (
), not whether the day is selected or not.
Multiple Day Logic: By default, a logical OR X|| is applied to this condition element. The element returns true if any of the selected days is true. If a logical AND X= is used and more than one day is selected, the element does not return true.
Note:
Days that are selected and are now in the past are not automatically de-selected.