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