Forum Discussion

ChandiJaya's avatar
ChandiJaya
Community Member
5 years ago

Display system time in Storyline 3 using Javascript

Hi, I have a Storyline3 project which needs to display the system time, always updating. I used the following code, but it didn't work. function startTime() { var today = new Date(); var h =...