Convert Seconds To Hours

时间:2007-06-16    点击:171   
Converts time in seconds to hours, minutes, and seconds
复制代码 代码如下:

intTotalSecs = 15438
intHours = intTotalSecs \ 3600
intMinutes = (intTotalSecs Mod 3600) \ 60
intSeconds = intTotalSecs Mod 60
WScript.Echo "Hours: " & intHours
WScript.Echo "Minutes: " & intMinutes
WScript.Echo "Seconds: " & intSeconds
一个用js实现的页内搜索代码
一个js实现的所谓的滑动门
JavaScript网页制作特殊效果用随机数
Sample script that deletes a SQL Server database
use jscript Create a SQL Server database
> 返回     
地址:上海市普陀区胶州路941号长久商务中心 电话: QQ:
© Copyright 2012 上海网络 Product All Rights Reserved