Announcements
I need a countdown timer to show the countdown time ending on:
January 1, 2026
How do I do this...I have looked at tutorials online and youtube but I can't seem to get them to work.. Thanks for any help!
Jason
Have you tried using a text label with this formula as text ?
Hours(Now()-Date(2026, 1, 1))
this would give you the hours of the time difference. And you could create a minutes and days difference with the same kind of formula, but the. Replacing ‘Hours’ by ‘Minutes’ or ‘Days’
Please like the reply and/or accept it as the solution if the answer is what you were looking for.
Oh, and maybe one more suggestion, if you want to have a dynamic count down timer like this:
You could use the Timer control and change it to your needs in these 3 steps:
DateDiff(Now(),Date(2026,1,1),TimeUnit.Seconds)*1000
Text(DateTime(0,0,0,0,0,(Self.Duration-Self.Value)/1000),"yy Y mm M dd D hh:mm:ss")
That's it I guess!
Thanks, I think that gets me a lot closer than where I was for sure. For some reason it always starts at a static start time and when I hit play its not different, so leads me to believe that it's referencing the wrong time?
when I start the timer, it always starts at 15:10:58
Ok I think I figured it out, it wasn't published. So with the customization of the Y M D, is there any way to actually make is say Year Month Day ? Or is that a limitation? Thanks!
You’re almost there! Only the yy mm dd should be there for the formula to work, whatever you place in between, will be shown literally. just replace the text with
Text(DateTime(0,0,0,0,0,(Self.Duration-Self.Value)/1000),"yy Year mm Month dd Day hh:mm:ss")
And you’re good to go.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 530
WarrenBelz 459 Most Valuable Professional
Haque 314