Hi
I want to show timer on the screen with datetime running with seconds.
Lets say DateY = 11-02-2025 11:30:00
CurrDate = 12-02-2025 11:00:00
My timer should be calculated like below illustration (10 days is the x number of days from site property)
Formula = (DateY + 10 ) - CurrDate()
Result should be something like this 21-02-2024 11:30 (minus) 12-02-2025 11:00:00 = 10d: 0h: 30m
Note: Based on the current time timer should keep on decreasing the output
@Touseef Ahmed ,there so many forge component. you can utilize according your functionality.https://www.outsystems.com/forge/component-overview/8093/timer-countdown-reactive-o11
https://www.outsystems.com/forge/component-overview/4727/countdown-timer-o11
https://www.outsystems.com/forge/component-overview/5429/countdown-o11
Hope this will help you.
@Touseef Ahmed you could use the https://www.outsystems.com/forge/component-overview/4727/countdown-timer-o11 component suggested by @Rahul Sahu . This component is updated for Reactive Web. Also added a demo app which matches your requirement, Please have a look.
Hi @Touseef Ahmed,
I have one sample OML, maybe it will also be helpful for you.Thanks