Hello, we’ve been trying to display buttons based on 3 dates:
- Today
- final_registration_date field value
- end_date field value
Both fields are setup in the ACF_Academies group field. We did a lot of tests but something seems off;
Ex : “La date d’inscription est passée.” text display while the condition is TODAY AFTER {{dc:acf:post_field field=“final_registration_date”}} and {{dc:acf:post_field field=“final_registration_date”}} equals “29 juin 2030”.This text is supposed to show up only when the registration date is in the past…
I feel like this is a format issue but the format is j F Y everywhere (on the fields and in wordpress settings)
Do you have an idea?