You are here

protected property Twig_Extension_Core::$dateFormats 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::dateFormats

File

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

Class

Twig_Extension_Core

Code

protected $dateFormats = array(
  'F j, Y H:i',
  '%d days',
);