Calculate Age (since creation date) of a Page

What I’m trying to do

I want to know the age (in days) since the creation date of a page. This helps me know if a page is old or recently created. How can I calculate that using dataview?

I realize that this is a simple question. I would appreciate the help.

I was able to resolve it with the following code:

TABLE file.title, dur(date(today) - date(file.cday)) AS "Duration"

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.