Hi
Please can you tell what is wrong with this:
{% if post.application_dob %}<div class="row"><label>Date of Birth</label><span>{{ post.application_dob | date( 'm/d/Y' ) }}</span></div>{% endif %}
I keep getting:
PHP Fatal error: Uncaught Exception: Failed to parse time string (19/06/2024) at position 0 (1): Unexpected character in /var/www/vhosts/dev.xxxxxxxxxxxx.co.uk/httpdocs/wp-content/plugins/meta-box-aio/vendor/elightup/twig/Twig/Extension/CoreExtension.php:519
Thanks
Marcus