[Solved] Setting News Module Postdate format within a stylesheet
Posted: Sun Aug 17, 2008 10:37 am
Has anyone set the date format for the News Module from within a stylesheet?
Anyone able to give me an idea?
Craig.
P.S.
The following doesn't work.
Excerpt from summary news template...
{if $entry->formatpostdate}
{$entry->formatpostdate}
{/if}
...
Excerpt from Stylesheet...
.NewsSummaryPostdate {
font-size: 90%;
font-weight: bold;
color:#a65c76;
dateformat='%a %e %B %G';
}
...
Anyone able to give me an idea?
Craig.
P.S.
The following doesn't work.
Excerpt from summary news template...
{if $entry->formatpostdate}
{$entry->formatpostdate}
{/if}
...
Excerpt from Stylesheet...
.NewsSummaryPostdate {
font-size: 90%;
font-weight: bold;
color:#a65c76;
dateformat='%a %e %B %G';
}
...