FunctionCopy link to clipboard
today()
Returns the current day in GMT.
ParametersCopy link to clipboard
No parameters.
ReturnsCopy link to clipboard
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.
ExamplesCopy link to clipboard
1
today()
Copy
Returns 12/14/2022
on December 14, 2022.
1
today() - 5
Copy
Returns the date five days prior to the current day (12/9/2022
in this example).
Feature compatibilityCopy link to clipboard
The table below lists this function's compatibility with various features in Appian.
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 |
FeedbackCopy link to clipboard
Was this page helpful?