Current Date Time

It is certainly a very basic question, and I did look searching through documentation and forum. Anyhow: how can I set the text of a label to the current datetime ?

Sorry if this was obvious

There is no NoCode implementation of this but you can use a CodeBlock. You will need to create a function and use the SetText block of the label and connect it with a Date Create block and a DateFormatter.

Many thanks for the guidance Kostas!