The ASP Hour(), Minute(), and Second() functions are used to return the time in it's individual components.
0
Hour, Minute, and Second Functions | Results |
hour(Time()) | 0 |
minute(Time()) | 37 |
second(Time()) | 59 |
hour(Now()) | 0 |
minute(Now()) | 37 |
second(Now()) | 59 |