Converts text to a structured date type. 【date】The text to be formatted as a date. 【input_format】Optional, the date format specifier. For text date content that the system cannot recognize, you can interpret it as a structured date. See example two. For supported date format specifiers and locales, see the link below.
Input formula
Select a formula
Number
Sum
Average
Max
Min
Round
Round Up
Round Down
Ceiling
Floor
Even
Odd
Int
Abs
Sqrt
Mod
Power
Exp
Log
Value
Text
Concatenate
Find
Search
Mid
Replace
Substitute
Len
Left
Right
Lower
Upper
Rept
T
Trim
Encode URL Component
Logic
If
Switch
True
False
And
Or
Xor
Blank
Error
Is Error
Not
Date
Today
Now
To Now
From Now
Date Add
Datetime Diff
Workday
Workday Diff
Is After
Is Before
Is Same
Datetime Format
Datetime Parse
Datestr
Timestr
Year
Month
Weekday
Weeknum
Day
Hour
Minute
Second
Set Locale
Set Timezone
Created Time
Last Modified Time
Array
Array Compact
Array Unique
Array Join
Array Flatten
Count
CountA
CountIf
CountAll
Object
Record ID
Converts text to a structured date type. 【date】The text to be formatted as a date. 【input_format】Optional, the date format specifier. For text date content that the system cannot recognize, you can interpret it as a structured date. See example two. For supported date format specifiers and locales, see the link below.
Usage
DATETIME_PARSE(date, [input_format])
Example
DATETIME_PARSE("10 Jan 2024 18:00", "D MMM YYYY HH:mm")
=> "2024/01/10 06:00"