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