<aside> 🌱

Made by Grace Digitals Co. (@gracedigitals.co on TikTok)

</aside>

  1. Inside a Gallery property, add a Formula property, rename it as Date and use this formula: "🌞 Today is " + formatDate(now(), "dddd, MMM DD, YYYY.")

Screenshot 2026-01-30 at 1.06.37 PM.png

  1. Add a Calendar property (Rename it as Exam Date).

Screenshot 2026-01-30 at 1.06.58 PM.png

  1. Add another Formula property, rename it as Countdown and ****use this formula (copy and paste it the gallery database):

if(

Checkbox, "✅ Exam Completed!", if(dateBetween(now(),

Exam Date, "days") > 0, "⚠️ " + format(dateBetween(now(),

Exam Date, "days")) + " day" + if(dateBetween(now(),

Exam Date, "days") == 1, "", "s") + " exam overdue!", if(dateBetween(now(),

Exam Date, "days") == 0, "🛎️ The exam is today. Good luck!", "⏳ " + format(abs(dateBetween(now(),

Exam Date, "Days"))) + " day" + if(abs(dateBetween(now(),

Exam Date, "days")) == 1, "", "s") + " before the exam!" ) ) )

countdown.png