Validation
Branches according to whether a specified date is before or after the current date or equal to it. |
It can be used, for example, to check that the credit card expiry date provided by a caller during a payment transaction falls after the current date.
Validation Category
‘Dates’ is the only option.
Validation Type
Select a relational operator from the list.
Set the variable to validate
Enter the date to validate as a string variable.
Date Format
‘MMYY’ is the only option.
Exit point |
Taken |
Passed Validation |
The date passed validation. |
Failed Validation |
The date failed validation. |