You are here

public function Twig_Extension_Core::getDateFormat in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/lib/Twig/Extension/Core.php \Twig_Extension_Core::getDateFormat()

Gets the default format to be used by the date filter.

Return value

array The default date format string and the default date interval format string

File

vendor/twig/twig/lib/Twig/Extension/Core.php, line 66

Class

Twig_Extension_Core

Code

public function getDateFormat() {
  return $this->dateFormats;
}