Hi
In mod_easybloglatestblogs > tmpl > default_item.php the date shows wrong: "10 september 2015", I want it to be "10. september 2015", but nothing happens when I edit this line:
<?php echo $post->getCreationDate()->format($params->get('dateformat', JText::_('DATE_FORMAT_LC2'))); ?>
Tried using DATE_FORMAT_LC1, but no changes?
Regards
Thomas