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