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