By romagromov on Monday, 06 April 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 562
Votes 0
Hi!
How to change date format in lists?

http://monosnap.com/image/rjimPPURcQjdkU3D7zOtMXsFQzWQkY.png
Hello Romagromov,

I am sorry for the confusion earlier. You can actually set the date format from your backend > easyblog > settings > layout > date format, http://screen.stackideas.com/2015-04-07_1119.png

Hope these help
·
Tuesday, 07 April 2015 11:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Roma,

I am sorry, there is no setting available in the current EasyBlog. You need to modify the code to achieve this. You can find the code here in this file: /components/com_easyblog/themes/vintage/blog.item.php line: 32. May I know which template you're using because the code location is different from each other.

Perhaps you can provide us with backend access and FTP access as well so that we can assist you further on this issue. Also can you please tell us more how do you wish to change the date.

Please advise.
·
Monday, 06 April 2015 18:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi! There is no any code with date format in line 32...

I found that this code in file blog.meta.php

<time datetime="<?php echo $this->formatDate( '%Y-%m-%d' , $row->{$this->getParam( 'creation_source')} ); ?>">


but when I trying to change '%Y-%m-%d - nothing happens...
·
Tuesday, 07 April 2015 03:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post