+ 1
Can I create an analog clock cum digital clock instead of this digital-only one?
9 Answers
+ 3
Here an analog clock, clock formed by CSS only, without canvas.
Use Javascript to update clock
https://code.sololearn.com/Wc8Rn6aM8Y33/?ref=
app
+ 2
thanks
+ 1
Use canvas to draw the clock and update the angles of the hands every second
+ 1
How can I update?
+ 1
Redraw the clock
+ 1
How will I install the current time?
+ 1
Use the Date() object and call your custom update() function
+ 1
Can I animate the clock body if I use canvas in the code?
+ 1
Hi Bithi D,
Start here:
https://www.w3schools.com/graphics/canvas_clock.asp
and follow the tutorial all the way through.
I hope this helps! :)