Support

Account

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