QQ - How do I use the current date or time in expressions and calculations?
- 1 Minute to read
- Print
- DarkLight
- PDF
QQ - How do I use the current date or time in expressions and calculations?
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Use the Engineering | Expression Field Date functions
Use today() function to calculate days since an event.
Calculate days since [End Date].
Note: [End Date] is a date-time field, so the date() function is used to extract the date from the datetime.
DaysAgo = today() - date([end Date])
Was this article helpful?