Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

test

test

$date_query = array(
	'relation' => 'OR',
	array(
		'year'          => 2020,
		'month'         => 2,
		'day'           => 2,
	),
);