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.
Example¶
This returns true.
This returns false.