IS_DATE¶
Description¶
IS_DATE takes a value and returns true if it can be parsed as a valid date or datetime, and false otherwise.
This is useful for validating date fields that may contain free-text input.
An empty text and a value that is not a date, such as a number or a list, return false.
Example¶
This returns true.
This returns false.