I have Americanized the date format everywhere I found it but I am unable to find the code for the blog view where K2 articles look like this page: http://demo.gavick.com/joomla25/writer/ ... /home/blog
Oscar E wrote:Hi.
yes yes..we all know where is a difference. It's residuum after we decide to focus on EU markets.
You have to edit one file, I promise nothing scary....
templates\gk_writer\html\com_k2\templates\default\item.php
line 137: <?php echo JHTML::_('date', $this->item->created, 'l, j F Y'); ?>
this uses default PHP data rules, have fun.
Y- is year
php echo JHTML::_('date', $this->item->created, 'F j, Y'); ?>