4
Good is the following I have a following date with an hour, and I would like to know how I could make a countdown chronometer, with days hours and minutes and seconds until I reach that date and that time.
Example: The date set in javascript is 18/08/2016 at 20:02 and 16 seconds, that is, the chronometer will have to show how many days, minutes and seconds to reach this date with countdown in real time.
How can I do this with javascript?
Thank you.