Solved
Elapsed time.
Hi folks,
How to show/calculate time between first and last row in Data Table.
How to show/calculate time between first and last row in Data Table.
DataTable or InfoTable?
Infotable:
var timeBetween = dateDifference(yourInfotable.rows[0][timestampField],yourInfotable.rows[yourInfotable.rows.length-1][timestampField]);
DataTable:
var yourInfotable = yourDataTable.GetGetDataTableEntries({ maxItems: 1000000 });
// -- Here the previous code, you may need to sort the yourInfotable by timestampField...No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.