Link to home
Start Free TrialLog in
Avatar of esthera
esthera

asked on

function to convert seconds to hh:mm:ss

I have a number of seconds

like 10000

How can I convert this to display as

Hours:Min:seconds
ASKER CERTIFIED SOLUTION
Avatar of Bob Butcher
Bob Butcher
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Anthony Perkins
Something like this perhaps:
FormatDateTime(DateAdd("s", YourSecondsVariablegoesHere, Date()), vbShortTime)
Also, please attend to the following abandoned questions:
1 10/03/2007 50 modify ftp script (asp) Open ASP
2 09/24/2007 50 ftp using asp Open Web Development ...
3 09/04/2007 50 displaying a pdf file within h... Open CSS ...
4 07/10/2007 80 problem with css popput menu Open CSS
5 06/18/2007 50 stip html and count string Open ASP
6 05/20/2007 50 query help Open MySQL ...
7 04/24/2007 50 how can i subtract and compare... Open PHP ...