I have a time field that is currently formatted as a five or six digit number depending on what time of the day it is.
Example: 8:30 AM = 83000
11:45 AM = 114500
I want to format these numbers into the standard HH:MM:SS format, but don't know the code to do that.
Also, is there any way to calculate the time between these two times? For the above two times, the result would be 3:15:00.
Thanks in advance for any help!
Example: 8:30 AM = 83000
11:45 AM = 114500
I want to format these numbers into the standard HH:MM:SS format, but don't know the code to do that.
Also, is there any way to calculate the time between these two times? For the above two times, the result would be 3:15:00.
Thanks in advance for any help!