DateFormatType

Structure

FieldTypeRequiredDescription
idinttrueUnique identifier for the DateFormatType.
codeStringtrueCode of the DateFormatType
nameStringtrueName of the DateFormatType.
patternStringtruePattern 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"
 }