Hi,
I try retrieve time from my OData service, but in results (displayed in UI5 application) I have NaN:NaN:NaN PM.
I know that this is due to the fact that I put "value" in line:
var date = new Date(value);
Hi,
I try retrieve time from my OData service, but in results (displayed in UI5 application) I have NaN:NaN:NaN PM.
I know that this is due to the fact that I put "value" in line:
var date = new Date(value);