Hi, I want to fetch data for 14 days from current date. When I fetch data, it should be in weekly basis. That is the date must be the friday for respective week.
If I run data today(04.02.2022) then I have to get data from 21.01,2021 to 03.02.2022(for 2 weeks). But the date should be 28.02.2022 (for data that's created from 21 Jan to 28 Jan) and for the next week it should be 04.02.2022 (for the data that are created from 29 Jan to 4 feb).
Pls help
Thanks in advance