Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Test

$meta_query = array(
	array(
		'key'     => 'startdate',
		'type'    => 'DATE',
	),
	array(
		'key'     => 'starttime',
		'type'    => 'TIME',
	),
);