Well this is the following I have a following date with one hour, and I would like to know how I could make a descending stopwatch, with days hours minutes and seconds until I get to that date and time.
Example: The date set in the javascript is 18/08/2016 at 20:02 and 16 seconds, ie the timer will have to show decreasingly how many days, hours, and seconds are missing until arriving at that date with counting down in time real.
How can I do this with javascript?
Thank you.