Get system date

Hi everybody!

I have a problem and need help of her, please!

I have a web aplication and need get system date. I need know how make the code for apply it in a text box.

I hope your answer, please!

Thanks,

@walterf.verdud

This might help

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!

1 Like

@walterf.verdud Glad to hear that.