The today() function returns the current (UTC) date.
Syntax
today()
Argument | Description |
None | This function does not accept any arguments. |
Where Available
Available in all places the expression or injected expression icon is visible, as well as within Filter fields on Cards, Tables and List/View sections.
Examples
Where | Example(s) |
Set Value (to a date attribute) | today() |
Field Editability
Tab Visibility Business rules: Condition |
Stage_1_Date__c > today() |
Business rules: Call URL
Embedded Section URL attribute External View URL on List/View |
{!if(Stage_1_Date__c > today()),URL1__c, URL2__c)} |
Business rules: Notification Subject
Business rules: Notification Body Dynamic Filter |
{!Stage_1_Date__c} is {!today()}
*enclose the standard today() inside {!..} to inject the expression into a text string |