Hi,
I have a date field in ACF which has the following output format j M Y and I need to compare it with the current date to show or hide an element. How should I do this properly?
If I choose Today before / after and {{ dc:acf:post_field field="event-start-date" }} it doesn’t work the way it should. Should I use a Datetime expression and specify its format to match the earlier mentioned ACF field date output?
What should it be so I could compare them properly? {{ global.date({"format":"j M Y"}) }} Please advice.



