Skip to main content
Planview Customer Success Center

Today Function

Today () as Date

Category: Date
Description: Returns today's date at 00:00 converted into UTC. For example, if your Organization time zone is UTC +2, the Today() function will return yesterday's date (22:00 UTC the day before)
Supported Context: BusinessRules
Returned value as Date  
Example #1

This function is very useful as parameters in other functions. In addition, it is used commonly when comparing the current date and time with another datetime field or capturing the current time when a specific workflow ran. For example, when creating a Custom Action for approval,use this function to log the time the approval was completed. In addition, this function can be used in report formula fields.