Fiji Web Design
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Regarding display of last modified on (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Regarding display of last modified on
#468
admin (Admin)
Admin
Posts: 475
graph
User Online Now Click here to see the profile of this user
Re:Regarding display of last modified on 3 Years, 1 Month ago Karma: 10  
Here is how to change the date format globally in Joomla. http://docs.joomla.org/How_do_you_change_the_date_format%3F

Then you can use that date format. Eg:

JHTML::_('date', $article->modified, JText::_('DATE_FORMAT_LC2'));
You would do this instead of just printing $article->modified.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#469
snip07 (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:Regarding display of last modified on 3 Years, 1 Month ago Karma: 0  
So where do I put
JHTML::_('date', $article->modified, JText::_('DATE_FORMAT_LC2'));
?
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/12/19 04:17 By snip07.
  The administrator has disabled public write access.
#605
ashiq (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Re:Regarding display of last modified on 3 Years ago Karma: 0  
I use joomla 1.5.

I want the Last modified on displayed at the bottom of every title of the article when an article is modified.
 
Report to moderator   Logged Logged  
 
  The administrator has disabled public write access.
#618
admin (Admin)
Admin
Posts: 475
graph
User Online Now Click here to see the profile of this user
Re:Regarding display of last modified on 3 Years ago Karma: 10  
Try using :

$article->text = JHTML::_('date', $article->modified, JText::_('DATE_FORMAT_LC2')).'<br />'.$article->text;
or similar. That is, just "prepend" date before the $article->text variable.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#641
snip07 (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:Regarding display of last modified on 3 Years ago Karma: 0  
Thanks! It worked
 
Report to moderator   Logged Logged  
 
Last Edit: 2009/01/28 19:29 By snip07.
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

Joomla Downloads

DownloadsDownload our free Joomla! Components, Modules and Plugins.