Page 1 of 1

serendipity_plugin_showentries with date

Posted: Wed May 10, 2006 3:34 pm
by vastneonwolf
Is there any way to get the showentries plugin to show the date of the entry?

Thanks in advance

Posted: Wed May 10, 2006 3:47 pm
by vastneonwolf
Never mind. I worked it out :)

Code: Select all

{$entry.timestamp|date_format}

Re: serendipity_plugin_showentries with date

Posted: Wed May 10, 2006 3:47 pm
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