How To Construct a Validation Rule for Date Fields
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
How To Construct a Validation Rule for Date Fields
5 out of 5 stars
1 rating
5 Stars | 100% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
The available pattern symbols for constructing date validation rules are
- digits used to form numbers that constitute valid dates. The input data must conform to the specified date(s).
The available syntax characters for constructing date validation rules are
– | Denote a range of dates. |
| | Separates alternative dates or ranges of dates. |
Examples of Date Validation Rules
Date values are stored in the format YYYYMMDD. Use DataMask to control how the date is to be input or displayed in the field. So the rule can be expressed as follows:
19990101-19991231
Input values that are accepted as legal include any date during 1999.
Updated
ByJason Lee
Was this article helpful?
5 out of 5 stars
1 rating
5 Stars | 100% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5