Home › Forums › General Issues › Date Picker (and if date specified has passed) › Reply To: Date Picker (and if date specified has passed)
Hi @elliot,
Many thanks for your reply.
I am testing this by echoing out both the current date and get_field('event_date_date')
with the format Ymd
with each event to compare using:
echo $end_date_passed_check->format('Ymd');
echo '<br/>';
echo date('Ymd');
These all seems to be correct, but what it seems to be doing is when the first if statement is true, then it applies it to the rest of the elements. I think this might be a while loop error, but maybe you can help?
Here is what my output looks like http://goo.gl/xW3pwT
Many thanks,
R
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.