How to set a current time in screen with seconds and need to refresh every seconds
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
Hi,
trying to do auto refresh by add Javascript to webscreen :
setTimeout('window.location.reload();', 30000); Thanks Mansur
setTimeout('window.location.reload();', 30000);
The following link can help you understand the process:
https://www.outsystems.com/forums/discussion/68777/javascript-timer-in-outsystems/
Regards,
Dinesh Kumar