From http://www.w3schools.com (Copyright Refsnes Data)
Complete VBScript Reference
The Minute function returns a number between 0 and 59 that represents the minute of the hour.
| Minute(time) |
| Parameter | Description |
|---|---|
| time | Required. Any expression that can represent a time |
|
document.write(Now & "<br />") document.write(Minute(Now)) Output: 1/15/2002 10:34:39 AM 34 |
|
document.write(Minute(Time)) Output: 34 |
Complete VBScript Reference
From http://www.w3schools.com (Copyright Refsnes Data)