serendipity_plugin_showentries with date

Creating and modifying plugins.
Post Reply
vastneonwolf
Regular
Posts: 43
Joined: Sun May 22, 2005 6:57 am
Contact:

serendipity_plugin_showentries with date

Post by vastneonwolf »

Is there any way to get the showentries plugin to show the date of the entry?

Thanks in advance
Everybody's children are so special. It makes you wonder where all the ordinary grown-ups come from.
vastneonwolf
Regular
Posts: 43
Joined: Sun May 22, 2005 6:57 am
Contact:

Post by vastneonwolf »

Never mind. I worked it out :)

Code: Select all

{$entry.timestamp|date_format}
Everybody's children are so special. It makes you wonder where all the ordinary grown-ups come from.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: serendipity_plugin_showentries with date

Post by garvinhicking »

Hi!

Yes, you should be able to use {$entry.date|@formatTime:'%d.%m.%Y'} within the "plugin_showentries.tpl" template file.

Regards,
GArvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply