All questions about EDocman extension

Date format on Document Details View

  • hide10
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
6 years 8 months ago #116448 by hide10
Date format on Document Details View was created by hide10
Hi,

Where can I change the date format of the Document Details View?


Thanks
Attachments:

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

More
6 years 8 months ago #116496 by Mr. Dam
Replied by Mr. Dam on topic Date format on Document Details View
Hi,
Currently, in file: root > components > com_edocman > view > document > tmpl > default.php
You can find the Created date is being shown through this code line:
echo JHTML::_('date',$item->created_time, 'j F Y');
You can change date format by changing the date format 'j F Y'
Thanks
Dam
The following user(s) said Thank You: hide10

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

Moderators: Mr. Dam