I am currently using the CountDown JS module to try and implement a timer for my page. it should look something like this:
<span class="countdown" style="display:none;">You've been on my page for <span class="countdowndate">[InsertTimeStampUserEnteredMyPage]</span>.</span>
Is there any way i can replace "[InsertTimeStampUserEnteredMyPage]" with the exact timestamp the user entered my page? Note that it has to be in this format or else the CountDown module doesn't accept it (The timezone thing is optional though): January 01 2025 00:00:00 UTC
So how can i grab the exact time a user entered my page?
Link to countdown module:
https://dev.fandom.com/wiki/Countdown