Hi!
Thanks for the answer friend!
I solved it as follow, using the “localDate” :
fecha = ((((LocalDate.now().day.toString() + ‘/’) + LocalDate.now().getMonthValue().toString()) + ‘/’) + LocalDate.now().toString().substring(
0, 4))
After, I declare the variable “fecha” for printing by screen.
Bye!