I have created a table using SAPUI5 and I get the data to the table using ODATA service. BUt, I have a column which is of a type DATE
and the format is something like this "Thu Jan 13 2011 01:00:00 GMT+0100 (Mitteleuropäische Zeit)"
.
I tried to google and I found this blog which is really nice.
But here I see also a jsbin example where only a single data value has been used. But I need to select one whole column "Businessdate
" and format it to something like this ´13.01.2014´. Any suggestions?
The data in my source table is of type DATE
.
Thanks