Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

snipet2

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'entry_date',
		'value'   => '2022-03-10',
		'compare' => 'LIKE',
		'type'    => 'DATE',
	),
);