-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.4.5
Hi,
We've got a problem in displaying correctly a date format on front-end.
Our goal is to display a date (previously inserted in the product details) on a category display, namely "listing_img_desc.php". We are displaying the custom field with this code:
<?php echo $this->row->datacalendario; ?>
Initially, in admin, we chose to create a "Simple date picker" custom field, but we read the alert suggesting to use the "Advanced date picker" in order to change date format.
We switched from "Simple date picker" to "Advanced", but the result is as you can see in the attachment: "Front-end.jpg".
As you can see, in the first box, named "Il rischio di esporsi alla vita", there's still the date format inserted with the "Simple date picker", but in the second, "Omelia Natale 2015", there's the value inserted in the "Advanced date picker", and displayed "20151225000000" instead of "25/12/2015".
The date format we inserted in the "Advanced date picker" custom field is: %d-%m-%Y.
In the preview section of the custom field, and in the product details (in admin) it displays correctly, but not on front-end.
Thank you