Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Date

$meta_query = array(
	array(
		'key'     => 'last_login',
		'value'   => '2018-07-16 08:33:35 , 2018-07-16 08:33:35',
		'compare' => 'BETWEEN',
		'type'    => 'DATE',
	),
);