- Posts: 3
COMMUNITY FORUM
publication date
- Владимир Ковязин
- Topic Author
- Offline
- New Member
Less
More
9 years 15 minutes ago #149586
by Владимир Ковязин
publication date was created by Владимир Ковязин
Hello!
Set your unit Simple RSS Feed Reader (mod_jw_srfr-v3.3_j2.5-3.x) to your website.
But I can not change the date of publication in the format name of the month from English into Russian!
Tried to rule, set at the file language / en-GB / en-GB.mod_jw_srfr.ini, I tried to rule, but that does not work!
Show you how to change the name of the month from English into Russian.
Set your unit Simple RSS Feed Reader (mod_jw_srfr-v3.3_j2.5-3.x) to your website.
But I can not change the date of publication in the format name of the month from English into Russian!
Tried to rule, set at the file language / en-GB / en-GB.mod_jw_srfr.ini, I tried to rule, but that does not work!
Show you how to change the name of the month from English into Russian.
Please Log in or Create an account to join the conversation.
- Владимир Ковязин
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
8 years 11 months ago #149587
by Владимир Ковязин
Replied by Владимир Ковязин on topic publication date
http://imgur.com/a/ZLkmi
Hello!
Set your unit Simple RSS Feed Reader (mod_jw_srfr-v3.3_j2.5-3.x) to your website.
But I can not change the date of publication in the format name of the month from English into Russian!
Tried to rule, set at the file language / en-GB / en-GB.mod_jw_srfr.ini, I tried to rule, but that does not work!
Show you how to change the name of the month from English into Russian.
Hello!
Set your unit Simple RSS Feed Reader (mod_jw_srfr-v3.3_j2.5-3.x) to your website.
But I can not change the date of publication in the format name of the month from English into Russian!
Tried to rule, set at the file language / en-GB / en-GB.mod_jw_srfr.ini, I tried to rule, but that does not work!
Show you how to change the name of the month from English into Russian.
Please Log in or Create an account to join the conversation.
- Lefteris
- Offline
- Moderator
Less
More
- Posts: 8743
8 years 11 months ago #149598
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic publication date
Hi,
This has already been answered at www.joomlaworks.net/forum/simple-rss-feed-reader/42549-date-format . Read the discussion there and let me know if you need more help.
This has already been answered at www.joomlaworks.net/forum/simple-rss-feed-reader/42549-date-format . Read the discussion there and let me know if you need more help.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Владимир Ковязин
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
8 years 11 months ago #149622
by Владимир Ковязин
Replied by Владимир Ковязин on topic publication date
Hello!
I realized that for the Russification of the date of publication to insert the code snippet.
<?php
setlocale(LC_TIME, "C");
echo strftime("%A");
setlocale(LC_TIME, "ru_RU");
echo strftime(" in Russian %A and");
?>
But where do you want to paste?
I realized that for the Russification of the date of publication to insert the code snippet.
<?php
setlocale(LC_TIME, "C");
echo strftime("%A");
setlocale(LC_TIME, "ru_RU");
echo strftime(" in Russian %A and");
?>
But where do you want to paste?
Please Log in or Create an account to join the conversation.
- Lefteris
- Offline
- Moderator
Less
More
- Posts: 8743
8 years 11 months ago #149649
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic publication date
You have to create a template override for the module and put your code there. Details regarding modules overrides in Joomla! can be found at the official Joomla! documentation page at docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core .
Let me know if you need more help.
Let me know if you need more help.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.