Sum Column Time in row grouping

Sum Column Time in row grouping

masuimasui Posts: 1Questions: 0Answers: 0

hi, i have a problem
how to calculate time data, in one group, as in the example Start and end grouping,
I added the attendance and exit clock columns of the attendance system, counting the number of hours entered and the number of hours out, using JQuery / Ajax.

Name Position Salary hours Enter Hours Exit
Cedric Kelly Senior Javascript Developer $ 433,060 08:53 17:20
Sonya Frost Software Engineer $ 103,600 09:23 17:45
Quinn Flynn Support Lead $ 342,000 07:23 18:00
.....
.....
etc

Thank you for your help

Replies

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    Hi @masui ,

    The best bet is to use Moment.js, as it's excellent for all time/date based operations. If no joy, we're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.