...html/com_k2/templates/default/latest_item...

GK User
Wed Jun 24, 2015 9:17 am
In ...html/com_k2/templates/default/latest_item.php, at line 48:

Code: Select all
              <?php echo JHTML::_('date', $this->item->created, JText::_('j,m.Y')); ?>


Why not use a date format here?

And i never saw a date like "31 , 05.2015", so i had to change the ",", but now i use:

<?php echo JHTML::_('date', $this->item->created, JText::_('K2_DATE_FORMAT_LC')); ?>
User avatar
Fresh Boarder

GK User
Wed Jun 24, 2015 1:40 pm
Good point, I'll inform our devteam about this issue.
User avatar
Moderator

GK User
Wed Jul 29, 2015 3:16 pm
thnx
User avatar
Fresh Boarder


cron