Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta query date

$meta_query = array(
	array(
		'key'     => 'start_date',
		'value'   => 'date('Ymd')',
		'compare' => '>=',
		'type'    => 'DATE',
	),
);