Hi,
I'm developing some dashboards it's related to time response services, but in the graph shown as the value in milliseconds, but want to convert the value in milliseconds in minutes, somebody know-how can do it?
1 minute = 60 seconds
1 second = 1000 milliseconds60*1000=60000
thus 60000 milliseconds = 1 minute
Take your number of milliseconds and divide my 60000 to get your value in minutes.