By Sarah Harris on Saturday, 04 July 2015
Posted in General Issues
Replies 3
Likes 0
Views 614
Votes 0
Hello,

I see that your blog and forum has the date format in U.S. format. How can I get my blog to display the date in the same format? I am surprised that this is not a standard configuration option in most components.

I am using Easyblog 5.0.14 and the latest versions of Komento and EasyDiscuss.

Sarah
Hi Sarah Harris,

I am really sorry for the delay of this reply as it is a weekend for us here.

May i know you referring the U.S date format is this one? July 01, 2015

If yes, you can modify the date format from this language file -> JoomlaFolder\language\xx-XX\xx-XX.ini
*Replace the xx-XX to your current language code.

// find this language string
// Friday, 03 July 2015
DATE_FORMAT_LC1="l, d F Y"

// you can change it to if you would like this date format
// Saturday, July 04 2015
DATE_FORMAT_LC1="l, F d Y"


Hope this help.
·
Saturday, 04 July 2015 16:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

Yes, I want my date to appear as Saturday, July 04, 2015.

Thank you for the fix. This seems to be for the entire site, which is fine with me. Is this true?

Also is this an override, or will I have to do it every time I upgrade?

Sarah
·
Sunday, 05 July 2015 00:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Sarah Harris,

I am really sorry for the delay of this reply as it is a weekend for us here.

You're welcome, you can take a look of following documentation link using Joomla language override method stored in Joomla language override.ini file, so it will not get override every time you update your Easyblog in the future.
-> https://www.solidres.com/documentation/13-configuration/26-how-to-create-language-overrides-for-solidres-in-joomla


Language constant : DATE_FORMAT_LC1
Text : l, F d Y


Hope this help.
·
Sunday, 05 July 2015 14:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post