This members-only tutorial provides the steps to use Oxygen's Advanced Query to output posts scheduled in the future whose publish date is set to a specified number of days from today.
Ex.: Show posts that are scheduled to be published a week (7 days) later.
Step 1
Let's define a custom function that takes the number of days as a parameter and returns the date that is today + the given number.