Format Days Countdown

Hi, I want to create a days countdown that displays the days missing until the event.
I’ve made a “missing days column” but now I don’t know how to format it.

Example: “1 month 5 weeks and 2 days until the event”

Also, I’ve calculated the days until the event in the “missing days” column with Google Sheets.
Is there a way I can do the same in Glide?

Hola!

What about the Relative Time plugin? It can help you

1 Like

Absolutely.
Use a math column with the following formula:

Trunc(Start - Now)

1 Like