Returns the current UTC date.

See Sigma's Common Date Functions and Use Cases lab for more information about date functions, including use cases and exercises.

Usage

Today()

Example

DateDiff(“day”, [Invoice Date], Today())
  • The time in hours between the current UTC date and the Invoice Date.

See Also


Was this page helpful?
Yes No