How can i create a timer that counts down to a specific hour of the day

i can’t wrap my head around how to get the difference between the user’s current time, and the specific hour of that day, and then display the time until that hour in a timer that counts down to it.

You can do this with Thunkable blocks but it might be easier to use Javascript. I Googled time until Javascript and found this: date - JavaScript Time Until - Stack Overflow

how would i go about using javascript in thunkable?

I’m on my phone so I’m not sure I can find it now but there are topics about JavaScript on the forums. You use the Webviewer component to load an .html file with a JavaScript script and then send and receive messages.

1 Like

I made this.But not sure it works ( Live test don’t work now :C)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.