Search w3schools.com:

SHARE THIS PAGE

VBScript Hour Function


VBScript Reference Complete VBScript Reference

The Hour function returns a number between 0 and 23 that represents the hour of the day.

Syntax

Hour(time)

Parameter Description
time Required. Any expression that can represent a time

Examples

Example 1

<script type="text/vbscript">

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

</script>

The output of the code above will be:

13

Try it yourself »

Example 2

<script type="text/vbscript">

document.write(Hour(Now()))

</script>

The output of the code above will be:


Try it yourself »

VBScript Reference Complete VBScript Reference

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]