Hi there, tiddlywikians
Let's say I have two timestamps and I want to get the elapsed time from one timestamp to the other, is there a simple way to get this?
I calculate the difference between the timestamps by
<$set name="timestampDiff" value={{{ [<timestamp1>subtract<timestamp2>] }}}>
<<view the elapsed time here in hh:mm:ss>>
</$set>
I would appreciate any help :)
best wishes,
Simon