How can I display the same time on another page without using cookies because its just a local website and database isn't such a good idea? Is there something else I can do?
I count the time the user takes to solve my quiz using Javascript but I want the same time displayed on another page
42 views Asked by AudioBubble At
1
local storage should be very ok.
example :
//// if your question is : how to count ? that s another matter. make a difference between 2 date : How Many Seconds Between Two Dates?