Documentation Index
Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Description
Checks if a string expression is in ISO 8601 date time format.Syntax
IsISODatetime(string_expression)
Examples
IsISODatetime('aksjhfkasjhfkjashf') returns false.
IsISODatetime('1997-07-16T19:20:30+01:00') returns true.