condition date range
condition date range Structure: Conditional on the date falling within a specific period.
condition date range structure
not before
date: optionalnot after
date: optionalDescription
date range provides a flexible means of testing if the current date falls within or without a specific period.
Both not before and not after fields are optional. Inclusion of either, or both, allow the condition to represent the following tests:
- now is before a specific date;
- now is after a specific date;
- now is within a specific date range;
- now is not within a specific date range.
Fields
not before
The date is not before this date.
not after
The date is not after this date.