Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Event Filter By Day Meta Query

$meta_query = array(
	array(
		'key'     => 'mec_start_date',
		'value'   => '$today',
		'compare' => '>=',
		'type'    => 'DATE',
	),
);