Lines Matching refs:IntlDateFormatter
29 Internally, Twig uses the PHP `IntlDateFormatter::create()`_ function for
37 * 'none': `IntlDateFormatter::NONE`_
38 * 'short': `IntlDateFormatter::SHORT`_
39 * 'medium': `IntlDateFormatter::MEDIUM`_
40 * 'long': `IntlDateFormatter::LONG`_
41 * 'full': `IntlDateFormatter::FULL`_
54 which corresponds to IntlDateFormatter::GREGORIAN. Choose one of these formats:
56 * 'gregorian': `IntlDateFormatter::GREGORIAN`_
57 * 'traditional': `IntlDateFormatter::TRADITIONAL`_
139 .. _`IntlDateFormatter::create()`: http://php.net/manual/en/intldateformatter.create.php
140 .. _`IntlDateFormatter::NONE`: http://php.net/manual/en/class.intldateformatter.php#intldate…
141 .. _`IntlDateFormatter::SHORT`: http://php.net/manual/en/class.intldateformatter.php#intldate…
142 .. _`IntlDateFormatter::MEDIUM`: http://php.net/manual/en/class.intldateformatter.php#intldate…
143 .. _`IntlDateFormatter::LONG`: http://php.net/manual/en/class.intldateformatter.php#intldate…
144 .. _`IntlDateFormatter::FULL`: http://php.net/manual/en/class.intldateformatter.php#intldate…
145 .. _`IntlDateFormatter::GREGORIAN`: http://php.net/IntlDateFormatter#intldateformatter.constants.…
146 .. _`IntlDateFormatter::TRADITIONAL`: http://php.net/IntlDateFormatter#intldateformatter.constants.…