17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1857 Views |
-
$Date.Nice

3 May 2007 at 7:56am
Hi all,
I have added the article pages & holder, for some reason I have no dates on my holder or article pages, if I remove the .Nice from $Date.Nice I get a date, but its not very nice...any ideas why $Date.Nice is not working?
-
Re: $Date.Nice

3 May 2007 at 10:13am Last edited: 3 May 2007 10:14am
Have you set the Date using a Date field for the $db array? And using the DateField object for your date?
eg.
static $db = array(
'Date' => 'Date'
);function getCMSFields() {
$fields = parent::getCMSFields();
$fields->addFieldToTab('Root.Content.Main', new DateField('Date', 'Date'), 'Content');
}
| 1857 Views | ||
|
Page:
1
|
Go to Top |


