I am trying to use the dates from an OData service V2, the format of the dates looks like this /Date(1402166783294)/
The following code does not work:
OData source
"Exdat": "/Date(1569962730000)/",
View
<cells>
<ObjectIdentifier title="{
path:'Exdat',
type: 'sap.ui.model.type.Date',
formatOptions: { pattern: 'yyyy/MM/dd' }
}" />
</cells>
Is there any way for me to go through all the dates in the OData source and map those within a table?