-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.4.4
-- PHP version -- : 5.4.45
-- Browser(s) name and version -- : FF 40.0.3
Hi,
I set up a new site with HS2.5
I modified the invoice template, like I use it on another site.
The date is not showing correct and a strange behaviour.
The code is:
echo JText::_('DATE').': '.hikashop_getDate($this->element->order_invoice_created,'%d %B %Y');
It displays: "2015-10-14"
When I change the code like:
echo JText::_('DATE').': '.hikashop_getDate($this->element->order_invoice_created,'%d %B %YY');
It displays: "14 Oktober 20152015"
My question is, what do I must change to get the european style of date like 14. Oktober 2015?
Kind regards,
Marco