The IsValidDate logical internal function evaluates the data item supplied as an argument to determine whether its value conforms to that item's date transform. If the date item value represents a valid date, the function returns the numeric value 1, which is the logical value of true. If the data item value does not represent a valid date, the function returns the numeric value 0, which is the logical value of false.
IsValidDate(Date-Data-Item)
Argument | Description |
---|---|
Date-Data-Item | A valid date data item.
Note: Must have a date transform set.
|