Date format

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Thu Jul 15, 2010 5:14 pm
Hi

Instead of showing only day and month (in left corner of view item) how can we change to show day month and year or month and year only

Thanks,
User avatar
Fresh Boarder

GK User
Fri Jul 16, 2010 12:02 am
you have to edit date format in JDate function available in com_content template overrides (html/com_content).
User avatar
Administrator

GK User
Sun Jul 18, 2010 5:48 pm
Can you be more specific please...
Thank you
User avatar
Fresh Boarder

GK User
Sun Jul 18, 2010 10:30 pm
For example in html/com_content/category/blog.item.php you can find it:
Code: Select all
<?php echo JHTML::_('date', $this->item->modified, '%d'); ?>


third parameter of "_" function is a date format. This format is based on function strftime: http://www.php.net/manual/en/function.strftime.php
User avatar
Administrator

GK User
Fri Jul 23, 2010 2:06 pm
Thank you.
It helped
User avatar
Fresh Boarder


cron