Back to List
This expression returns the current date, according to your computer’s system clock.
For example, this computation script figures out the number of days between the day the user purchased the item and today’s date (or the date the user assembles the document).
daysFrom( PurchaseDate, today)
Back to List