Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Dates from now to +10 years

Dates from now until 10 years from now

$date_query = array(
	array(
		'before'        => '+10 years',
		'after'         => 'now',
		'inclusive'     => true,
	),
);