Manipulação de dados (dd-MM-aa)

I have to put a filter on a DataTable from a year ago.

For example: today is 09/12/2020, I want to filter all information in the table from 01/12/2019.
From the 1st of the same month last year.

How can I do that? Whereas the robot has to calculate the date alone

@Gustavo07

for filtering by a date find starter help here:
DT_FilterDates_byGivenDate.xaml (8.7 KB)

for calculating the date of first day of month 1 year back have a look here, done with now (but can be done with every datetime variable)
grafik

1 Like

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