Date-Time validators
Date-Time validators test whether the component's value has a valid date and/or time format according to local standards. This validation is performed automatically for all components with an underlying “data type” of DATE.
You can use these attributes for Date-Time validation:
| Attribute | Description |
|---|---|
| > | The component's value must be greater than the specified value. |
| < | The component's value must be less than the specified value. |
| >= | The component's value must be greater than or equal to the specified value. |
| <= | The component's value must be less than or equal to the specified value. |
| = | The component's value must be equal to the specified value. |
| <> | The component's value must not be equal to the specified value. |
| Minimum | The same as >=. |
| Maximum | The same as <=. |