I would like to calculate the time between a task’s creation and the current time.
It would be OK if it could only be refreshed with browser refresh.
Once the end time is established I am ok:
=DATEDIF[Start Time],[End Time],”d”)&”D “&TEXT[Start Time]-[End Time],”h”)&”h “&TEXT[Start Time]-[End Time],”mm”)&”m”
But sharepoint’s [Current] doesn’t seem to update unless triggered by a modify.
You need to use client side programng (javascrip). For example refresh the page periodically.