Element Conditions Dynamic Data Date Fields

I am trying to use the element conditions to show an element between a start date/end date but using dynamic data.

Here are my element conditions.

I have >= start date & <= end date.
image

Here is the dynamic data that I am trying to compare that bricks displays.
image

My guess is that the element conditions does not know that I am trying to compare dates.

Need to output the metabox field as a timestamp (from the metabox settings) so it can be properly compared with other times such as the current time (as a timestamp)

1 Like

try adding :value to the date like this {dynamic_date:value}
Screenshot 2022-11-20 144634

Hi, did you manage to fix it?
i am freaking out with the same problem.

I was able to set a Condition on a Section using the Meta Box Datetime Picker for “start-date” and “end-date”. Reference the “:timestamp” for Bricks v1.9.3: Dynamic Data – Bricks Academy.

1 Like