Date in script

Hello

I want to put a date in an “IDE Script”

Here is my code

As DateTime = DateTime.Now
Var d_s As String = DateTime.now.ToString

It is refused.
My question: is it possible to put a date in a script?

Relevant Old Topic

1 Like

Thank you !