Date
💡Use the Date function within other functions to ensure a value is interpreted as a date data value instead of a text string.
Syntax
Date(value)Examples
Greatest([Invoice Date], Date(“2018-01-01”))Date(1503724894)Last updated
Was this helpful?