Hi,
I have created an oData service that gets data from sales orders from the SAP server and one of the fields is document date which is the format "/Date(1368576000000)/". I want to display this data in a table on my UI5 application with the dates having a format MM/DD/YYYY, however I am unable to do so.
Note that I can parse the date if there is only 1 entity in the collection, but if there are 10,000 sales orders, then do I have to loop all the records and parse the date in each row?
Any help is appreciated!!
Thanks,
Charles