Hi expert,
My odata give me the following format: <d:Dateofbirth>1968-08-15T00:00:00</d:Dateofbirth>. How can I make it visible in sapui5 element sap.m.DateTimeInput.
I tried several ways found on the internet but nothing works.
new sap,m.DateTimeInput({
type: sap.m.DateTimeInputType.Date,
value;{Dateofbirth},
}),
Kind regards,
Richard.