-- HikaShop version -- : 4.0.2
-- Joomla version -- : 3.9.3
-- PHP version -- : 7.2.15
Hi
I have a site and when checking the Order in the admin area the date column displays as follows with a % sign at the start. I would like to know how this can be removed please?
%Tue-02-2019 11:32
In the views for the ISIS template order / listing.php
I have these values
<td class="hikashop_order_date_value">
<?php echo hikashop_getDate($row->order_created,'%d %B %Y %H:%M');?>
</td>
<td class="hikashop_order_modified_value">
<?php echo hikashop_getDate($row->order_modified,'%d %B %Y %H:%M');?>
</td>
Thanks
Dave