Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Virtual

$meta_query = array(
	array(
		'key'     => 'start_date',
		'compare' => 'EXISTS',
		'type'    => 'DATE',
	),
	array(
		'key'     => 'time',
		'compare' => 'EXISTS',
		'type'    => 'CHAR',
	),
);