Get and display live updating current time

Hi guys

I’m trying to display the current time in a calendar-like interface, and I want the time to update live every minute or every 5 minutes, How can I achieve that?

Hi!

You can use Timers for that. For example a Timer triggering an action every minute, updating an app variable with the current timestamp.

/Kristian