# Countdown timer using Experimental Code

**URL:** https://community.glideapps.com/t/countdown-timer-using-experimental-code/59066
**Category:** Ask for Help
**Created:** [March 13, 2023, 4:14am UTC](https://community.glideapps.com/t/countdown-timer-using-experimental-code/59066 "2023-03-13T04:14:31Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![kokoro\_koto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kokoro_koto/32/45205_2.png) [@kokoro\_koto](https://community.glideapps.com/u/kokoro_koto)
#### Post date: [March 13, 2023, 4:14am UTC](https://community.glideapps.com/t/countdown-timer-using-experimental-code/59066/1 "2023-03-13T04:14:31Z")

</div>

I want to create countdown timer according to this, but it doesn’t work well.  
In this case, which component should I use?  
Do I have to upgrade?

Also, what kind of data should I enter right “math column”, " Date + 2"？

Thank you very much.

Continuing the discussion from [Custom countdown](https://community.glideapps.com/t/custom-countdown/38574):

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [March 13, 2023, 1:51pm UTC](https://community.glideapps.com/t/countdown-timer-using-experimental-code/59066/2 "2023-03-13T13:51:00Z")

</div>

Are you on Glide Apps or Glide Pages? Can you show us some screenshots of your setup?

---

<div class="post-metadata">

### Author: ![kokoro\_koto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kokoro_koto/32/45205_2.png) [@kokoro\_koto](https://community.glideapps.com/u/kokoro_koto)
#### Post date: [March 15, 2023, 5:09am UTC](https://community.glideapps.com/t/countdown-timer-using-experimental-code/59066/3 "2023-03-15T05:09:24Z")

</div>

I’m creating Glide Apps.  
Every time I follow the movie, Countdown timer doesn’t appear.

[Custom countdown - Custom Code - Glide Community (glideapps.com)](https://community.glideapps.com/t/custom-countdown/38574)

I want to know what kind of formula I should enter "Data\*2"column, shown on the first image.  
Also, I can’t understand which component is used, shown on the second image.

 ![fine1](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/4/3/43bc229d23b8b05d57d863fd59f9f76b39681d9a.jpeg)

 ![fine3](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/8/4/841b701c9cdd9f209a0aef710cf113b2c0e0a0d3.jpeg)

**Link to use:**

```auto
https://thinhdinhlca.github.io/custom-countdown/

```

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [March 15, 2023, 6:35am UTC](https://community.glideapps.com/t/countdown-timer-using-experimental-code/59066/4 "2023-03-15T06:35:01Z")

</div>

I have a CSS countdown for apps:

> **[3 min countdown](https://countdown-demo.glideapp.io)**
>
> CSS blocking elements, digital timer

And a delay action blocker:

> **[Delay Action - DEMO](https://delay-action-demo.glideapp.io/dl/d0a5f4)**
>
> delay actions by blocking screen for a specific time

Glide Java will not work for countdowns… you can’t apply it with HTML… what they did in the images you are showing… is a web view component.

---

<div class="post-metadata">

### Author: ![kokoro\_koto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kokoro_koto/32/45205_2.png) [@kokoro\_koto](https://community.glideapps.com/u/kokoro_koto)
#### Post date: [May 29, 2023, 5:35am UTC](https://community.glideapps.com/t/countdown-timer-using-experimental-code/59066/5 "2023-05-29T05:35:12Z")

</div>

I apologize for asking multiple times. Can this be done on the free plan?

[Custom countdown - Custom Code - Glide Community (glideapps.com)](https://community.glideapps.com/t/custom-countdown/38574)

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [May 29, 2023, 5:49am UTC](https://community.glideapps.com/t/countdown-timer-using-experimental-code/59066/6 "2023-05-29T05:49:02Z")

</div>

Yes… all my apps are made on the free plan.

This is the new one for Pages:

> **[2 min countdown](https://2-min-countdown.glide.page)**

The one you are showing the link to, is for Classic Apps; it won’t work on Pages.
