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