HOUR( ) Function Example

The following example displays the hour portion of the current time and the hour portion of a specific time.

CLEAR
? HOUR(DATETIME( ))
? HOUR({^1998-02-16 10:42a})  && Displays 10