Hi,
I have created a JS coundown timer displaying on a site. Example here: A-F33
At the moment the end date is hard coded into the function as a variable endDate.
The time difference is based on the current time versus the endDate. What I would like to do is when a user arrives at the page the...