Hello
It seems that showing date in "easy discussion" not using
JHtml::date function & other formats of date like Jalali (Persian date) not supported.
For example in file (line 154) :
components\com_easydiscuss\views\post\view.html.php
It's better that add something like this, exactly after line 154 :
$post->date = JHtml::date($post->created,ED::config()->get('layout_dateformat', JText::_('DATE_FORMAT_LC1')));
Can you put these kind of modifications in next version?
I can do it manually but I am worry about next update & replacement of files!
Thank you