By Philippe on Saturday, 03 February 2018
Posted in Technical Issues
Likes 0
Views 895
Votes 0
Hello,

I would like to change date format display in EasyDiscuss Group App Listing (in EasySocial).
And not display the Day name.
Valid for date view in EasyDiscuss Posts.

I don't see any setting about this in EasyDiscuss Back-end...

Thank you,
Philippe
Hey Philippe,

This currently cannot be configured but you may edit the theme file at /media/com_easysocial/apps/group/easydiscuss/themes/default/groups/default.list.php and locate the codes below:

[gist]
<i class="fa fa-calendar"></i> <?php echo JText::sprintf('APP_GROUP_EASYDISCUSS_STARTED_BY_ON', $this->html('html.user', $post->getOwner()->id) , ES::date($post->created)->format(JText::_('DATE_FORMAT_LC1'))); ?>
[/gist]
·
Saturday, 03 February 2018 23:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Mark !

I change "DATE_FORMAT_LC1" to "d F Y"

Philippe
·
Sunday, 04 February 2018 00:49
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Sunday, 04 February 2018 10:57
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post