DateFormatType
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Unique identifier for the DateFormatType. |
code | String | true | Code of the DateFormatType |
name | String | true | Name of the DateFormatType. |
pattern | String | true | Pattern of the format, like "DD/MM/YYYY" |
JSON representation
"dateFormatType": { "id": 1, "code": "dd/MM/aaaa", "name": "dd/MM/aaaa", "pattern": "DD/MM/YYYY", "nameI18n": "dd/MM/aaaa" }