0

I keep searching and trying to find way to display time that i subtract between two time stamp as full format like hours:mins:secounds not just hours or mins only

did anyone pass that before

thanks!

user3734290
  • 41
  • 1
  • 11

1 Answers1

2

It kind of depends on how you're performing the calculation. But you should be able to set the data type to TIME INTERVAL, and set your properties as follows:

Time Unit --> Time
Time Separator --> :
Display Hours --> Two digits
Display Minutes --> Two digits
Display Seconds --> No
Display Milliseconds --> No 
Andrew
  • 8,445
  • 3
  • 28
  • 46