By stephen2016 on Friday, 12 February 2016
Posted in General Issues
Replies 3
Likes 0
Views 547
Votes 0
Hi Mark,
I see the post date, but I want the post time into seconds.
Hey there,

EasyBlog uses the date format that is defined in Joomla's /language/en-GB/en-GB.ini and the string is "DATE_FORMAT_LC". I believe it doesn't generate the date in seconds. If you need it to be in seconds, I believe it should be DATE_FORMAT_LC2 . You can edit the file /components/com_easyblog/themes/wireframe/blogs/latest/default.main.php and at line 116, replace the codes below,


DATE_FORMAT_LC1


With,


DATE_FORMAT_LC2


But it's strange that you need it to be displayed in seconds though?
·
Saturday, 13 February 2016 01:54
·
0 Likes
·
0 Votes
·
0 Comments
·
just in case of millions of bloggers, have to seperate them by seconds.
·
Saturday, 13 February 2016 16:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Ah I see
·
Saturday, 13 February 2016 19:04
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post