Date Formats
Description¶
The dateFormats endpoint is used to get the list of the different date formats that the application supports.  
Request¶
Endpoint¶
ui/refdata/v1/dateFormatsMethod¶
GET
Response¶
[
    {
        "value": "yyyy-MM-dd",
        "name": "YYYY_MM_DD"
    },
    {
        "value": "dd-MM-yyyy",
        "name": "DD_MM_YYYY"
    },
    {
        "value": "MM-dd-yyyy",
        "name": "MM_DD_YYYY"
    }
]
Tabular Format
| Date Format VALUE | Date Format NAME | 
|---|---|
| yyyy-MM-dd | YYYY_MM_DD | 
| dd-MM-yyyy | DD_MM_YYYY | 
| MM-dd-yyyy | MM_DD_YYYY | 
Updated As Of Version: 6.1.0.3