Show User's Current Time In Real Time With JS!

Hello Community :wave:

Here’s how you can show user’s current time in real time. I did this with JS!

Here’s a video : Loom | Free Screen & Video Recording Software | Loom

Here’s the Script :

return (new Date().toLocaleTimeString([], { hour: '2-digit', minute: "2-digit" , second:"2-digit" }));

Instructions to download components from Pragmaflow website : PragmaFlow's Adalo Marketplace Reopened - YouTube

Pragmaflow website : https://adalo.pragmaflowservers.com/install-component

The component you need :

image

And in the video I forgot to show the text component settings. In the text component you can add the input that save the result! In my case it’s Input 2.

Hope this helps!

Thank you and Have a great weekend!

4 Likes