Date (DMY Validation - Numeric Only)

Identification Analysis Definition

Date (DMY Validation - Numeric Only)
Description The Date (DMY Validation - Numeric Only) identification analysis definition identifies date strings as valid or invalid.
Possible Outputs VALID
INVALID
Default Identity INVALID
Examples Input Output
10/18/2007 INVALID
10/5/07 VALID
October 5, 2007 INVALID
07/10/05 VALID
5/10/07 VALID
Remarks If the input year is a two-digit value, it is assumed to be within the hundred year span with 2049 as the end of the span. So, a two-digit year of 00 will be 2000 which is a leap year.