+ 1
How does one use the Date() function to display time in a canvas?
6 Respuestas
+ 5
instead you will write to Canvas
https://code.sololearn.com/WDWB78EJw2Pc/?ref=app
+ 1
Qudusayo so you can't insert it in the "strokeFill()" function?
+ 1
In canvas in the text parameters, You will set the text to the time
+ 1
"time" it self or the function that displays the time?
+ 1
Use the fillText() method
https://code.sololearn.com/W45KG0R8VRTT/?ref=app
+ 1
Michael the clock doesn't renew itself the way it would if you had used "document.getElementById().innerHTML"