Category Bolg Date Format

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Tue Nov 02, 2010 5:33 pm
Sorry, i couldnt solve it. I'm using another language. Everywhere is ok. Except Category Blog date format. I couldnt translate it. And everywhere else on the webpage that uses dates it is correct. How can i translate it? or how can i change date format.. for example 12.02.2010
thanks
User avatar
Senior Boarder

teitbite
Thu Nov 04, 2010 12:16 am
Hi

Please show me the exact place where You want to set this date.
User avatar
Moderator

GK User
Thu Nov 04, 2010 12:18 am
User avatar
Senior Boarder

teitbite
Fri Nov 05, 2010 1:46 pm
Hi

Please also send me joomla panel access. I got to disable the SEF to see what file it's in.
User avatar
Moderator

teitbite
Sun Nov 07, 2010 10:26 pm
Hi

This can be modyfied in the code. Please edit templates/gk_corporate2/html/com_content/category/blog_item.php

You will need to play with this lines:

Code: Select all
   <span class="createdate-day">
      <?php echo date("j",$article_time); ?>
   </span>

   <span class="createdate-month-year">
      <?php echo date("M, Y", $article_time); ?>
   </span>


It's all about this date function. Please see this http://pl.php.net/manual/en/function.date.php to learn what to put as the parameters.
User avatar
Moderator


cron