Calculating duration between two times

I have two times in a row and would like to calculate the duration between them.

1 Like

Just subtract! Dates/times in Coda are secretly stored as numbers -

So you can simply do:

  • End time - Start time

And that will get you duration :grinning:

3 Likes

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