Hi everyone,
Let me ask… how do I make a countdown in GT…
In GT I’ve created start date and end date to generate countdown on my app…
But the next day the countdown doesn’t update automatically, I have to change it on the glide table…
Hola @agung_Taufik
Have you tried using the relative time plug-in?
What is the formula in your math column?
If you want something that counts down the numbers of days, you should be comparing the End Date to the Current Date/Time.
Days Remaining = End Date - Now
And you’ll probably want to set a visibility condition on your screen component…
when Days Remaining > 0
Thanks @SantiagoPerez the way you work…
1 Like
yes, I use this formula Days Remaining = End Date - Now