SOLVED: Show Posts Before Or After A Certain Date using Metabox

Hi All,

I hope someone can point me in the right direction.

I have a custom post type for Events (Metabox) with six posts …three events that have already happened and three events in the future.

I would like to display the 3 posts in the future on a query loop. I tried to target these by using a meta query as per the image below:

I used a date picker custom field as the meta value and cross-referenced that against the type Date using the greater or equal comparator (if the meta box date is greater (later), equal (same) as today’s date, then show the posts.

However, this does not display. Do I have the correct understanding/settings applied? Does the metabox data output value need to be formatted in a certain way for it to be recognised via Bricks/PHP?

@timmse - Sorry to tag you on this, but I just wanted to rule out this being a bug if the logic is correct.

Thanks all

Mick

Solved here: SOLVED: Meta query loop with ACF Datepicker field returning no results