Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

mvc_date >= now

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => '_mvc_date',
		'value'   => '$now',
		'compare' => '>=',
	),
);