today()
Returns the current day in GMT.
No parameters.
Date with Timezone
This function returns the current day in Greenwich Mean Time (GMT) so the result may differ from the current day in your local timezone.
1
today()
Returns 12/14/2022
on December 14, 2022.
1
today() - 5
Returns the date five days prior to the current day (12/9/2022
in this example).
Feature | Compatibility | Note |
---|---|---|
Portals | Compatible | |
Offline Mobile | Compatible | |
Sync-Time Custom Record Fields | Incompatible | |
Real-Time Custom Record Fields | Incompatible | Custom record fields that evaluate in real time must be configured using one or more Custom Field functions. |
Process Reports | Compatible | |
Process Events | Compatible |
today() Function