Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

datum_en_tijd

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