News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

Main Menu
Support-Forum

How change date format?

Started by romagromov, 15.11.2015 20:42:39

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

romagromov

Hi!
How change date format that displays via placeholder {modified_date_value} ?

I need date displays at ISO 8601 format - 2013-07-08

Thanks.
Best free windows software for your PC at bestwinsoft.com
  •  

romagromov

Ok, found it.

file /components/com_jdownloads/views/download/tmpl/default.php

find

$modified_data = JHtml::_('date',$this->item->modified, $date_format['long']);

replace with

$modified_data = JHtml::_('date',$this->item->modified, $date_format['short']);


Best free windows software for your PC at bestwinsoft.com
  •