Keyword

retrive k2 article creation date

  • plakidas
  • plakidas's Avatar Topic Author
  • Offline
  • New Member
More
11 years 1 month ago #116764 by plakidas
retrive k2 article creation date was created by plakidas
How can i retrive the creation date of an article

this does not work: $date = $item->created;

i try to modify a jxtc module to show only articles off today.

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #116765 by informaticien51
Replied by informaticien51 on topic Re: retrive k2 article creation date
in lastest_item.php you have this :
	<span class="latestItemDateCreated">
		<?php echo JHTML::_('date', $this->item->created , JText::_('K2_DATE_FORMAT_LC2')); ?>
	</span>

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum