350
Views
3
Comments
Need to show time in screen with Seconds
Question

How to set a current time in screen with seconds and need to refresh every seconds

2019-07-01 07-16-04
Vinod Patidar

Hi Gokulprasanth,

You can write your JavaScript code to show time in screen. Below is the URL for the same -

https://www.w3schools.com/js/tryit.asp?filename=tryjs_timing_clock

Or you can use below forge component as well -

https://www.outsystems.com/forge/component-overview/9083/reactiveclock

https://www.outsystems.com/forge/component-overview/549/javascript-clock


Thanks

Vinod


UserImage.jpg
Md Mansur

Hi,

trying to do auto refresh by add Javascript to webscreen :

setTimeout('window.location.reload();', 30000);

Thanks
Mansur
UserImage.jpg
Dineshkumar Murugan

Hi,

The following link can help you understand the process:

https://www.outsystems.com/forums/discussion/68777/javascript-timer-in-outsystems/

Regards,

Dinesh Kumar

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.