I made a game model that creates a starting point of game and a ending point of game:
gameStart: 2022-08-03T19:18:07.279Z
gameEnd: 2022-08-03T19:20:09.931Z
I want to find the difference of two dates that displays it in this format:
x minutes and y seconds
example: 4 minutes and 25 seconds
How can I do this in JavaScript?