Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

find by props date

$date_query = array(
	'relation' => 'AND',
	array(
		'year'          => yyyy,
		'month'         => mm,
		'day'           => dd,
		'column'        => 'post_date_gmt',
	),
);