First of all. Thanks for proving us with an amazing plugin!!
I am having trouble to show date picker Display format at front end: dd/mm/yy
It is showing up as ddmmyy without Slash. I am using this code:
` <?php the_field(‘project_date’); ?>
In ACF I tried using dd/mm/yy format in both Save Format and Display Format.
Any suggestion please?.
This has been resolved now.
I had been forgotten to Update/save new changes in Edit Field Group.
🙂
Hi!
How did you solve that? I tried to update/save the changes in Edit Field Group and the date is showing up as ddmmyy without slash yet.