Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Date_time

$meta_query_statusy = array(
	'relation' => 'AND',
	array(
		'key'     => 'harmonogram_naboru_zakonczenie_naboru',
		'value'   => '$now->format("Y-m-d")',
		'compare' => '=',
		'type'    => 'DATE',
	),
	array(
		'key'     => 'harmonogram_naboru_zakonczenie_naboru_-_godzina',
		'value'   => '$now->format("H:i:s")',
		'compare' => '<',
		'type'    => 'TIME',
	),
);