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 19-46 WRITE Procedure Parameters
| Parameter | Description | 
|---|---|
| 
 
  | 
 The value to be written.  | 
| 
 
  | 
 The date format mask (default   | 
Example
See "WRITE Procedure Signature 1".
Parent topic: APEX_JSON