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
Table 15-40 WRITE Procedure Parameters
| Parameter | Description | 
|---|---|
| 
 | The value to be written. | 
| 
 | The date format mask (default  | 
Example
See "WRITE Procedure Signature 1".