Come fare scattare un evento in un determinato giorno

Use datepicker to select the date
Then convert that instant into milliseconds.
Store these milliseconds in the TinyDB.
Why store milliseconds?
When Screen1.initialise check if the millisconds from Clock1.Now instant exceeds stored milliseconds. If yes, change the color of the button to green.

Hope it helps :blush: