Hour

VBScript Hour 函数


Hour 函数返回一个 0 到 23 之间的代表天的小时数的数字。

语法

Hour(time)

参数 描述
time 必需。任何可表示时间的表达式。

实例

实例 1

<script type="text/vbscript">

document.write(Hour("13:45"))

</script>

以上实例输出结果:

13


实例 2

<script type="text/vbscript">

document.write(Hour(Now()))

</script>

以上实例输出结果:

document.write(Hour(Now()))

© 2021 jiaocheng.bubufx.com  联系我们
ICP备案:鲁ICP备09046678号-3