mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
setShowCalendar is no longer a method
This commit is contained in:
parent
3b45728ff3
commit
d1eb591ea5
@ -266,7 +266,7 @@ class BlogPost extends Page
|
||||
}
|
||||
|
||||
$publishDate = DatetimeField::create('PublishDate', _t('BlogPost.PublishDate', 'Publish Date'));
|
||||
$publishDate->getDateField()->setShowCalendar(true);
|
||||
|
||||
if (!$this->PublishDate) {
|
||||
$publishDate->setDescription(
|
||||
_t(
|
||||
|
Loading…
Reference in New Issue
Block a user