How Can I Change the Displayed Date in News

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
slloyd
Forum Members
Forum Members
Posts: 195
Joined: Mon Apr 24, 2006 9:09 pm

How Can I Change the Displayed Date in News

Post by slloyd »

No, I don't mean the format. :)

I'd like to have the start date displayed instead of the post date. Is this possible? If so, is it also possible to have the start AND end dates display with the News feature? We'd like to use it for posting calendar events.

We're using CMSMS v1.0.4. Thanks!
mahjong

Re: How Can I Change the Displayed Date in News

Post by mahjong »

Code: Select all

{$entry->postdate}
{$entry->startdate}
{$entry->enddate}
Post Reply

Return to “CMSMS Core”