Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

date_query

$date_query = array(
	array(
		'year'          => 2020,
		'month'         => 08,
		'day'           => 20,
		'compare'       => '=',
		'column'        => 'post_date',
	),
);