Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

MetaNascimento

$meta_query = array(
	array(
		'key'     => 'nascimento',
		'value'   => 'date('m-d')',
		'compare' => 'BETWEEN',
		'type'    => 'DATE',
	),
);