Support

Account

Home Forums ACF PRO ACF Datepicker within an ACF Repeater row, dates not $Post unique Reply To: ACF Datepicker within an ACF Repeater row, dates not $Post unique

  • Hi @hube2 thanks for the timely response.

    My main data needed is just the date, so I am happy to ignore the time aspect to the data.

    How would you approach returning two values:

    <time class="home__slide__date" datetime="<?php echo $date->format('Y-m-d'); ?>"><?php echo $date->format('d | m | Y'); ?></time>

    I just want to change the order and symbols in the echo’ed areas. Do you have any ideas? Just repeating it twice is not valid in the former datetime attribute.

    Many thanks,

    Neil