Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asptoday_discuss thread: How to convert integer values into hh:mm:ss as string format?


Message #1 by "WooGor" <zhang5gor@y...> on Sat, 8 Jun 2002 04:50:55
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!

  Return to Index