News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

How change date format?

Started by romagromov, 15.11.2015 20:42:39

Previous topic - Next topic

0 Members and 1 Guest 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
  •