Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 protected function getIntlDateFormatter()
 {
     $formatter = parent::getIntlDateFormatter();
     $this->setTimezone($formatter->getTimezone());
     $this->setCalendar($formatter->getCalendar());
     $this->setPattern($formatter->getPattern());
     return $formatter;
 }