Master:
# 1    How to add date to Twitter feed in Joomla                  
linlin
Online no
State
Grouping Member
Class class3
Score 94
Wealth 92
Posts 59
Login 23:53:16
the default moudule of News feed Joomla just has title, description. I need date. thanks.
Hits: 1325, Date: 2011-02-28 23:04:13
[Agree] ( 7 ) [Against] ( 6 )

# 2    you use get_date() method to add date                  
exp
Online no
State
Grouping Member
Class class4
Score 348
Wealth 219
Posts 269
Login 11:49:09
You can change the default.php file in news feed template
add the following simple code:

echo $item->get_date('H:i:s Y-m-d');
Hits: 1324, Date: 2011-02-28 23:07:12
[Agree] ( 7 ) [Against] ( 7 )

# 3    The date is formatted with Australian date format                  
exp
Online no
State
Grouping Member
Class class4
Score 348
Wealth 219
Posts 269
Login 11:49:09
The date is formatted with Australian date format
Hits: 1321, Date: 2011-02-28 23:07:49
[Agree] ( 6 ) [Against] ( 7 )

1 - 3 [ 3]

Reply: How to add date to Twitter feed in Joomla

*First line:


More content:


Tags:



Hint: You cannot post here before loginLogin | Register

nothing