Hi,
i created a CPT “Short News”.
Here its possible to add a new Short News with ACF-Fields. One Field is “datum” (date).
The return value is “j. F Y”
I created a component to show all Short News with the current date or newer, depending on the field “datum”.
My Query String for the provider is:
post_type=short_news&posts_per_page=3&meta_key=datum&meta_value={{dc:global:date format=“j. F Y”}}&order=ASC&meta_compare=%3E%3D
But its not working.
How will i get it in the right order?
Thanks in advance.
Tobi