FunctionCopy link to clipboard
now()
Returns the current Date and Time as a serial number.
ParametersCopy link to clipboard
No parameters.
ReturnsCopy link to clipboard
Date and Time with Timezone
ExamplesCopy link to clipboard
Get the current date and timeCopy link to clipboard
1
now()
Copy
Returns 2/2/2022 2:02 PM GMT+00:00
.
Convert the current date and time to a local time zoneCopy link to clipboard
1
local(now(), "IST")
Copy
Returns 2/2/2022 7:32 PM GMT+00:00
.
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?