Using Data Dictionaries > Expressions and Functions > Alphabetical List of Functions
Related topics

Use the Expression Builder

Build Compound Expressions

About Expressions and Functions

Using Functions

Using Expressions

Alphabetical List of Functions

All date fields contain the time in addition to the date. If you use dates in calculations you should remove the time part of the date using the TtoD() function.

For example:

INT((Date() - TtoD(hrpersnl.p_birth))/365)

TtoD(hrpersnl.p_lasthire) + 90

You may also want to remove the time from the date when displaying or printing dates.

List of Functions