- ADDDAYS
The ADDDAYS function adds a specified number of days to a given date.
- ADDHOURS
The ADDHOURS function returns a time value that is the result of adding a specified number of hours to a given time.
- ADDMINUTES
The ADDMINUTES function returns a time value that is the result of adding a specified number of minutes to a given time.
- ADJUSTTIMEZONE
The ADJUSTTIMEZONE converts the input date/time/zone to the target time zone.
- CURRENTDATE
You can use CURRENTDATE when you need the current date as a transaction processing date, an order received date, or other date that reflects when the data was mapped.
- CURRENTDATETIME
The CURRENTDATETIME returns the current system date and time.
- CURRENTDATETIMEZONE
The CURRENTDATETIMEZONE returns the current time in the specified time zone; if a format string is provided, the resulting time is formatted as specified.
- CURRENTTIME
The CURRENTTIME function returns the current system time.
- DATETONUMBER
Use DATETONUMBER to perform arithmetic on dates.
- DATETOTEXT
The DATETOTEXT function converts a date object or expression to a text item.
- FROMDATETIME
The FROMDATETIME function converts a date/time item to a text string of a specified format.
- MAX
The MAX function returns the maximum value from a series of number, date, time, or text values.
- MIN
Use MIN when you need the minimum value from a series of number, date, time, or text values.
- NUMBERTODATE
You can use the NUMBERTODATE function to perform a calculation on a date.
- TEXTTODATE
The TEXTTODATE function converts text item from CCYYMMDD or YYMMDD format to a date.
- TEXTTOTIME
Use TEXTTOTIME when you want to convert an object defined as text that is in HHMM or HHMMSS presentation, to an item defined as time.
- TIMETOTEXT
You can use the TIMETOTEXT function to perform text concatenation.
- TODATETIME
The TODATETIME function converts a text string of a specified format to a date-time item.