-
AuthorPosts
-
josejesusnunescordeiro Friend
josejesusnunescordeiro
- Join date:
- January 2011
- Posts:
- 7
- Downloads:
- 0
- Uploads:
- 0
March 22, 2011 at 9:50 pm #161788How do I change the date to brazilina format?
E.g: from: Tuesday, Mar 22nd
To: Terça-feira, 22 de março
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 23, 2011 at 2:34 am #382792Hi,
Replace this code in <joomla url>templatesja_teline_iii_v2blocksheader.php file
<p class="ja-day">
<?php
echo "<span class="day">".date ('l')."</span>";
echo "<span class="date">, ".date ('M')." ".date ('d').date ('S')."</span>";
?>
</p>
with
<p class="ja-day">
<?php
echo "<span class="day">".date ('l')."</span>";
echo "<span class="date">, ".date ('d')." ".date ('S')." ".date ('M')."</span>";
?>
</p>
marialuciabecker Friendmarialuciabecker
- Join date:
- March 2011
- Posts:
- 15
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 8
March 23, 2011 at 11:25 am #382870I put this code, but is not working:
<p class=”ja-day”>
<?php
echo “<span class=”day”>”.date (‘l’).”</span>”;
echo “<span class=”date”>, “.date (‘d’).” “.date (‘S’).” “.date (‘M’).”</span>”;
?>
</p>What Is the code to the date be like that:
Day/Month/Year : 23/03/2011
?
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 23, 2011 at 12:12 pm #382882Hi,
I tested my localhost. It works normally, ex: Wednesday, 23 rd Mar
Do you give me a link to your website?1 user says Thank You to khoand for this useful post
marialuciabecker Friendmarialuciabecker
- Join date:
- March 2011
- Posts:
- 15
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 8
March 24, 2011 at 5:46 pm #383104I removed.
April 26, 2011 at 7:55 am #388254Hi,
I have a problem with that -> Last Update t3_date_format_lastupdate
I’m pretty sure I’m doing something wrong but … help meeeee? 🙂
This happened after upgrading to the last version T3.Thanks
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
April 27, 2011 at 10:34 am #388507<em>@sniperellite 236556 wrote:</em><blockquote>Hi,
I have a problem with that -> Last Update t3_date_format_lastupdate
I’m pretty sure I’m doing something wrong but … help meeeee? 🙂
This happened after upgrading to the last version T3.Thanks</blockquote>
Hi,
Could you give me a snapshot with your annotation? And could you give me a link to your website?May 2, 2011 at 12:12 am #389353Thanks for reply
This is my website.
http://www.mercaespaña.es/<em>@khoand 236864 wrote:</em><blockquote>Hi,
Could you give me a snapshot with your annotation? And could you give me a link to your website?</blockquote>khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 2, 2011 at 5:17 pm #389464I think your <joomla url>templatesja_teline_ivblockstopbar.php file has problem. Could you give me its content (you attach it when you reply)?
May 4, 2011 at 9:06 am #389771Hi,
My template is ja_teline III v2 and in this route => templatesja_teline_iii_v2blocks I don’t have any topbar.php file.
Tanks
-
AuthorPosts
This topic contains 11 replies, has 4 voices, and was last updated by khoand 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum