Home
last modified time | relevance | path

Searched refs:dateIntervalFormat (Results 1 – 1 of 1) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php117 * @param string $dateIntervalFormat The default date interval format string
119 public function setDateFormat($format = null, $dateIntervalFormat = null) argument
125 if (null !== $dateIntervalFormat) {
126 $this->dateFormats[1] = $dateIntervalFormat;