Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

sms Project_Date

$date_query = array(
	'relation' => 'AND',
	array(
		'inclusive'     => true,
	),
	array(
		'column'        => 'post_date',
	),
);