Hello,
it seems to me that I have made all the necessary changes, but the display of the counter on the events keeps the Y/m/d format, I can't put it in the d/m/Y format
Example : https://www.marcheconcours.ch/fr/expo-courses/events/437-11-10h-quadrille-campagnard-2
best regards Yanick
Hi Yanick,
I updated this file: /templates/ja_charity/html/layouts/joomla/content/item/event.php
and I changed date format here:
<div class="meta-date"> <?php echo $date->format('d/m/Y'); ?><br> <?php echo $enddate->format('d/m/Y'); ?>
Kindly check.