Newscoop\CommunityTickerBundle\Meta\MetaCommunityTicker::getCreated PHP Method

getCreated() protected method

Get created date
protected getCreated ( CommunityTickerEvent $feed ) : string
$feed Newscoop\CommunityTickerBundle\Entity\CommunityTickerEvent
return string
    protected function getCreated($feed)
    {
        $date = $feed->getCreated();
        return $date->format('d.m.Y H:i:s');
    }