<m:Text text="{
path: 'Begda',
type: 'sap.ui.model.type.DateTime',
formatOptions: {
style: 'short'
},
constraints: {
nullable: true,
displayFormat: 'Date'
}
}"/>
From the documentation I understood that I should use displayFormat: 'Date'
to show the date only. The expected output is a localized display of day/month/year (or in another localized order).
The output that I get is 17/08/16 02:00
.