37.40 WRITE Procedure Signature 4
This procedure writes an array attribute. of type date.
Syntax
APEX_JSON.WRITE (
p_value IN DATE,
p_format IN VARCHAR2 DEFAULT c_date_iso8601 );
Parameters
Parameter | Description |
---|---|
p_value |
The value to be written. |
p_format |
The date format mask (default c_date_iso8601 ).
|
Example
Parent topic: APEX_JSON