42.5 GET_TIMESTAMP Function

This function returns the value of a page item identified by p_item as TIMESTAMP. This function uses the item's format mask to perform the conversion.

Syntax

APEX_SESSION_STATE.GET_TIMESTAMP (
    p_item IN VARCHAR2 )
RETURN TIMESTAMP;

Returns

This function returns the value of the specified item as TIMESTAMP.