Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

startdatum > Date

$meta_query = array(
	array(
		'key'     => 'startdatum',
		'compare' => '>',
		'type'    => 'DATE',
	),
);