All questions about EDocman extension

change date format on backend donwload logs

  • Francesco
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
8 years 5 months ago #71513 by Francesco
Hi, how to change the date format on backend donwload logs?
You wish add a field for that.
Best regards

Please Log in or Create an account to join the conversation.

More
8 years 5 months ago #72016 by Mr. Dam
Replied by Mr. Dam on topic change date format on backend donwload logs
Hi,
To change the Date format in Document logs at Back-end side of Edocman, please follow these steps
1. Open file:
Code:
administrator > components > com_edocman > view > downloadlogs > tmpl > default.php
2. Find
Code:
echo JHtml::_('date', $item->download_time, 'm-d-Y H:i:s');
and change the date format in
Code:
'm-d-Y H:i:s'
Good luck
Dam

Please Log in or Create an account to join the conversation.

Moderators: Mr. Dam