Anniversary day counter

I need to add a day counter that is supposed to show how many days you’ve been with someone. the date is standard ( I will choose the date in the app) and I just want the text box to show how many days its been since that day. it is obviously automated/changes with every day that passes
any help is appreciated, thank you

Hi jinx2321, welcome to Thunkable! :tada:

Be sure to check out How to ask Great Questions v2.0, the Community Guidelines, and our Getting Started Guide to make the best of your Thunkable Community experience!

This block will give you the time/date of today. Unfortunately, the math to do the calculation will take trial and effort. I don’t know the exact formula off the top of my head. The block does return it in UTC format, so you have to make sure the time selected in the app and the time from this block is using the same time format.

thank you brian for responding, I will see what I can do. hopefully I figure it out.