IS_DATE
Description
IS_DATE
returns true if the given string is a valid ISO8601 format date and can be used in all the date and time functions provided by Atfinity
Example
This would return true as now()
returns a valid date.
would return false, since 18
is not a valid date string.
Last updated