Hi Experts,
In my application I have to show the last refresh time at the bottom of the page and for this I am using this
"Last Refresh Time:"+ DS_KPI.getInfo().lastRefreshedAt); code but when I run I get the time as showed in yellow circle but I want to show the time in red circle.
I believe its showing the server in which the application is stored but I need the user system's time to be displayed instead.