JavaScript Editor js editor     Web development 



Main Page

Returns the minute portion from a DateTime expression.

MINUTE(tExpression)

Parameters

tExpression


Specifies the DateTime expression from which the minute portion is returned.

Return Value

Numeric

Example

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

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

See Also



JavaScript Editor js editor     Web development