Reply to comment
Create either a view with a "Custom Column" of type text that has the following formula:
Int(ToHours([Date Created]-ToTimestamp(ToDate([Date Created])))) & ":" & Int(Mod(ToMinutes([Date Created]-ToTimestamp(ToDate([Date Created]))), 60))
or a formula text field with the same formula.
The formula for "Date Modified" would be:
Int(ToHours([Date Modified]-ToTimestamp(ToDate([Date Modified])))) & ":" & Int(Mod(ToMinutes([Date Modified]-ToTimestamp(ToDate([Date Modified]))), 60))
- 35562 reads


