Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

date comparison

$meta_query = array(
	array(
		'key'     => '_EventStartDate',
		'value'   => '1/1/2019',
		'compare' => '<',
		'type'    => 'DATE',
	),
);