Date in K2 not working

GK User
Wed Dec 28, 2011 12:28 am
Hello,
when i post an article with k2 component it only shows d-m-Y and not the real date. What is the problem? Thank you....
User avatar
Junior Boarder

GK User
Wed Dec 28, 2011 12:08 pm
Hi,

I haven't seen the same issue before. Can you give me (PM) the link where I can see it, and FTP access to debug to fix for you?
User avatar
Platinum Boarder

GK User
Wed Jan 04, 2012 12:21 pm
Hello,
when i post an article with k2 component it only shows d-m-Y and not the real date. What is the problem? Thank you....
User avatar
Junior Boarder

GK User
Wed Jan 04, 2012 12:43 pm
terzibaba wrote:Hello,
when i post an article with k2 component it only shows d-m-Y and not the real date. What is the problem? Thank you....

FTP access is needed to debug and fix the issue!
User avatar
Platinum Boarder

GK User
Wed Jan 04, 2012 3:30 pm
date does not appear
Image

date does not appear
User avatar
Junior Boarder

GK User
Thu Jan 05, 2012 11:00 am
It doesn't happen for me, also I can't reproduce the problem so I need to diagnose in your installation, again, please send me FTP access.
User avatar
Platinum Boarder

GK User
Mon Jan 09, 2012 4:54 pm
I have exactly the same problem. Is there any solution?
User avatar
Fresh Boarder

GK User
Tue Jan 10, 2012 10:36 am
1 week was not offered a solution of this problem is caused düzelmeyecekmi
User avatar
Junior Boarder

GK User
Tue Jan 10, 2012 11:03 am
Did you guys ever read over my posts above? I really don't want to say the same thing more than once..hmm.
User avatar
Platinum Boarder

GK User
Wed Jan 11, 2012 9:16 am
Mr. Don Lee, but no procedure was done I sent the ftp şifrelerinide Can you please
User avatar
Junior Boarder

GK User
Wed Jan 11, 2012 10:59 am
Hi terzibaba,

My fellow Paulina has given me your FTP access info, thanks for that, but I really don't know your site URL where I can see the issue, I used the URL from FTP server name but it was not the same. Can you please give it to me then I can check?

Thanks,
User avatar
Platinum Boarder

GK User
Wed Jan 11, 2012 12:47 pm
Hi Don. How can I send you ftp details and site adress?

Kind regards

Filip
User avatar
Fresh Boarder

GK User
Wed Jan 11, 2012 1:17 pm
intdesign wrote:Hi Don. How can I send you ftp details and site adress?

Kind regards

Filip

Filip, use this link https://www.gavick.com/support/forums/u ... de=compose

Thanks,
User avatar
Platinum Boarder

GK User
Wed Jan 11, 2012 2:55 pm
Hi Filip,

Thank you for giving me the access info, I fixed the issue for you.

@All: Solution is::

- Open file: /gk_finance_business/html/com_k2/templates/default/item.php
- Find this code:
Code: Select all
 <?php echo JHTML::_('date', $this->item->created , 'd-m-Y'); ?>

- Change to:
Code: Select all
 <?php echo JHTML::_('date', $this->item->created , '%d-%m-%Y'); ?>
User avatar
Platinum Boarder

GK User
Wed Jan 11, 2012 4:17 pm
super thank you very much, Mr. Don Lee
User avatar
Junior Boarder

GK User
Wed Jan 11, 2012 4:20 pm
Thanks to improved problem
User avatar
Junior Boarder


cron