How to change gk-Date format

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Wed Sep 08, 2010 10:42 pm
into the english format, for example:

March 5, 2004
OR
March 5th, 2004
OR
March the 5th, 2004
OR
5 March 2004
OR
5th March 2004
OR
5th of March 2004
User avatar
Fresh Boarder

teitbite
Sat Sep 11, 2010 10:41 am
Hi

You can change it in template configuration or directly inside a file header.php:

Code: Select all
      <?php echo JHTML::_('date','now',$this->_tpl->params->get("date_format","%A, %d %b %Y")); ?>
User avatar
Moderator


cron