I have 2 sap.m.DatePicker
objects in my XML view. I set the format to
sap.ui.model.odata.type.Date
based on the documentation in the following address sap.ui.model.odata.type
<DatePicker value="{ path: 'Validtodate', type : 'sap.ui.model.odata.type.Date'}" />
But still, I don't know why it shows date and time instead of date
Thanks in advance.