Does anyone how can I do a time difference count in Javascript?
Example:
If I have the following time (24H format)
startTime = 0615
endTime = 1530
breakTime = 0030
how can I get the following output?
diffB4Break = 7.15 hours
afterBreak = 6.45 hours