MINUTE( ) Function Example

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

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