Blog creation date format
Rate this topic: 




1.00 out of 6 based on 1 vote(s)
- GK User
- Wed Aug 07, 2013 8:02 am
- Reply with quote
- Report this post
Hi, in source code of gk_fashion, on html folder, I see:
But that format,'d F, Y' , is not valid for spanish date format, and also, what I actually get in
http://www.grupocamaleon.com/trabajos is
How can I change date format to show something link '2013-08-07' or '7 de agosto de 2013' in blog list and article entries.
TIA, Antonio, GCC
- Code: Select all
JText::_('d F, Y')
But that format,'d F, Y' , is not valid for spanish date format, and also, what I actually get in
http://www.grupocamaleon.com/trabajos is
without year indication.31 Julio
How can I change date format to show something link '2013-08-07' or '7 de agosto de 2013' in blog list and article entries.
TIA, Antonio, GCC
-

- Junior Boarder
- GK User
- Wed Aug 07, 2013 6:25 pm
- Reply with quote
- Report this post
Hola, in Poland we have exactly the same problem with presenting the date format
Use this:
d - Day (07)
m - month (08)
Y - Year (2013)
Use this:
- Code: Select all
JText::_('d-m-Y')
d - Day (07)
m - month (08)
Y - Year (2013)
-

- Platinum Boarder
- GK User
- Thu Aug 08, 2013 7:49 am
- Reply with quote
- Report this post
Pawel F wrote:Hola, in Poland we have exactly the same problem with presenting the date format![]()
Use this:
- Code: Select all
JText::_('d-m-Y')
d - Day (07)
m - month (08)
Y - Year (2013)
Hi, thnx for your reply.
I already knew "date()" format string details. The problem is that your solution needs to change sourrce code of template (many files), and I don't want to do it, as those changes are lost when applying updates.
I'm looking for a solution implying overrides, maybe some translation fix.
Rgds, Antonio.
-

- Junior Boarder
4 posts
• Page 1 of 1
