I am using Swagger 2.0. I have a field in the Response where
type: string
format: date
What should be the format of this field so that it can be displayed succesfully.
Currently, the date is received in the format 13/12/2019 (DD/MM/YYYY).
And when displaying in the list view, it throws an error "Encountered a problem calling REST service. (Inner: Could not convert string to DateTime: 13/12/2019. Path 'registerse11].receptionDateMetLife', line 1, position 3583.)
Can you please suggest what is the approach to resolve this error?