In this tutorial, we are going to use the ACF Date Picker in the Dynamic Posts query filter.
In order to show posts written in the last 1 week from today(or they have ACF date picker selected for the last one week from today), you can use the Date Query filter as below.
You can also use Metakey Query Filter to achieve the same result. However, you will need to compare the Metakey with the value (today's date - 7 days in this case).
In our Dynamic shortcode field, we will use the below shortcodes:
{date:"-1 week" @ format="Ymd"}
Interestingly, if we change the operator to "less than", it will hide all the posts which have a date field value of the last 1 week. Which is not possible with a normal date filter.