Variavel de data atual

Preciso de uma variável que insira só a data atual.

Obs: não pode contar “hora” somente data

2 Likes

@BrunoAmorim17

Try this:

              Now.Tostring("dd-MM-yyyy")
3 Likes

qual tipo de variável eu utilizo?

@BrunoAmorim17

Create one string variable and use Assign activity. It should be like this.

                                  dateStr =  Now.Tostring(“dd-MM-yyyy”)

where dateStr is of type String.

deu certo, obrigado

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.