Select range of dates from Monday to Sunday before the date, This aplication run in JAVA

image

Use system.datetime.now to get todays date time and accordingly perform the operation by using .AddDays(- int x) to get x days before today.
Hope i helped you.

I use DateTime.AddDays(-1).ToString(“dd-MM-yyyy”) , but it doesn’t work since you don’t select the date or dates

firstly you have to save todays date in date time variable using datetime.now then on that variable you have to perform add days operation

this is my flow,
This is my flow and I can’t find how to make the selection

Hi @GmoTrapaga

Pass the now.tostring.adddays(-1). ToString in the selector where idx shown as number

Thanks
Ashwin.S

Anotaci%C3%B3n%202019-09-18%20113120

Hi @GmoTrapaga

Use webctrl aaname=‘“+DayTime.AddDays(-1).ToString(“dd-MM-yyyy”)+”’

Thanks
Ashwin S