Good afternoon, How could I calculate how many seconds have passed between two dates?
I have the following strings, and I would need to print to the console (console.log()) the number of seconds that have passed between these two dates. I want to mention that those two dates are given as a string.
28/6/2022 22:55
28/6/2022 22:58
Greets, thanks!