Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Date query

$meta_query = array(
	array(
		'key'     => 'start_time',
		'value'   => '2017-19-16',
		'compare' => '>',
		'type'    => 'DATETIME',
	),
);