- Posts: 249
- Thank you received: 3
All questions about EDocman extension
Date format on Document Details View
- hide10
-
Topic Author
- Offline
- Elite Member
-
Less
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
Where can I change the date format of the Document Details View?
Thanks
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13023
- Thank you received: 1688
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
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
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.