21 Articles in this category
-
DarkLight
date
21 Articles in this category
-
DarkLight
Is_datetime
Returns true if the given text is a valid datetime, and false otherwise.
Function signature
IS_DATETIME(value: String) => Boolean
Parameter
Description
Value
Value to check
Examples
Formula
Return v...
Updated on : 18 May 2022
Local_timezone
Returns the current local timezone of the device running the app.
Function signature
LOCAL_TIMEZONE() => String
Examples
Formula
Return value
LOCAL_TIMEZONE()
US/Central
Updated on : 18 May 2022
Timestamp
Converts the given datetime into the number of milliseconds since the Unix Epoch (1st January, 1970 UTC).
Function signature
TIMESTAMP(date: String) => Number
Parameter
Description
Date
Date to convert
Examples
...
Updated on : 18 May 2022