Newbies InternBoy Posted January 17, 2002 Newbies Posted January 17, 2002 Here's my problem... I have gathered 1000+ entrees from a connectivity report generated by my logs. It gives me the duration of the sessions in seconds. I need to change the format to hour,minutes, seconds. Please HELP!!! Examples: 7200 seconds = 02:00:00 38830 seconds = 10:47:10
tlsparker Posted January 18, 2002 Posted January 18, 2002 Assuming the name of your field containing seconds is "Sec" , create a calc field: SecondsToTime = Time(0,0,Secs) make sure the result of the calculation is set to "Time" This will give you your desired result. Tom
Recommended Posts
This topic is 8452 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now