currently, I'm trying to add some date parameter to my add
from my backend I get
/Date(1525521600000+0000)/
I tried some methods like
<Text text="{path: 'ValueDate',
type: 'sap.ui.model.odata.type.DateTime',
formatOptions: {
style: 'medium'
}
}"/>
But this gives me no Output
If i try
<Text text="{path: 'ValueDate',
type: 'sap.ui.model.odata.type.Date',
formatOptions: {
style: 'medium'
}
}"/>
I simply get out
But I want an Output like dd/MM/yyyy