I wanna create a label where the Text is the date and every day the date is updated. How can I do this?

I wanna create a label where the Text is the date and every day the date is updated. How can I do this?
@Anonymous
Set the Text property to : Text(Today(); ShortDate)
I hope this is helpful for you.