By Thomas Thrane on Thursday, 29 October 2015
Posted in Technical Issues
Likes 0
Views 809
Votes 0
Hi

In mod_easybloglatestblogs > tmpl > default_item.php the date shows wrong: "10 september 2015", I want it to be "10. september 2015", but nothing happens when I edit this line:

<?php echo $post->getCreationDate()->format($params->get('dateformat', JText::_('DATE_FORMAT_LC2'))); ?>
Tried using DATE_FORMAT_LC1, but no changes?

Regards
Thomas
Hi Thomas,

I am sorry for the confusion here. Latest blog module actually have their own date format settings from your backend > modules > latest blog module > post attributes > date format, http://screencast.com/t/osTPmZGn . Hence regardless of date format that you modify inside default_item.php it will always follow the settings mentioned above.

I've helped you to change the date format to l, j. F Y and it should displaying correctly now.
·
Monday, 02 November 2015 18:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Thomas,

May I know what is the value of your DATE_FORMAT_LC1 and DATE_FORMAT_LC2 inside your language file? If you want to change the date format you need to change it directly from your language file.
·
Thursday, 29 October 2015 19:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi...

DATE_FORMAT_LC1: l, j. F Y
DATE_FORMAT_LC2: l, j. F Y H:i

But this is not what I see in the frontend...
·
Thursday, 29 October 2015 19:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you pass me your Joomla backend and FTP access so we can take a closer look on the issue?
·
Thursday, 29 October 2015 19:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure...
Can I just post here?
·
Thursday, 29 October 2015 19:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Thomas,

I am really sorry for the delay of this reply as it is a weekend for us here. You could actually add your site details by adding them at http://stackideas.com/dashboard/site
·
Sunday, 01 November 2015 16:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Done now :-)
·
Monday, 02 November 2015 16:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Thomas,

It seems like the provided FTP is not correct for me.

Please advise.
·
Monday, 02 November 2015 17:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Please try again - sorry :-)
·
Monday, 02 November 2015 17:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

I see!
Thanks, works great... :-)
·
Monday, 02 November 2015 18:23
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Thomas, glad that your issues are resolved now
·
Tuesday, 03 November 2015 01:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post