top of page
This tutorial will discuss how to add a digital clock to your WIX website.
It is actually not that hard. Using the available Velo by WIX methods, we can retrieve current time and display it on a text element on WIX.
Step 1
Add a text element to your WIX website.

Step 2
Enable Vel Dev Mode. This will enable us make use of the WIX Code Panel

Step 3
The Code. The code is divided into three parts
Calling the new Date() method
Calling the toLocaleTimeString() method
Finally, assigning the value from step to our text element.

Copy the code from belowđđ˝
Watch this tutorial on YouTube | https://www.youtube.com/watch?v=8x9ThKa8o-I
Tags:
User Interaction
Velo by Wix
Digital clock
PREVIOUS
NEXT
bottom of page

