asptoday_discuss thread: How to convert integer values into hh:mm:ss as string format?
I got this: rs("TotalSeconds") and wanted to convert the integer values
(e.g. 3601, 3600, 122...) from the rs("TotalSeconds") into hh:mm:ss
format when I display them in an .asp table. That is: 3601 would become
01:00:01 as string.
I used .asp and please show your codes in vbscript.
Thank you!
|





