Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DIso8601Date.php8 use IntlDateFormatter; alias
23 public const TIME_FORMATTER_TYPE = IntlDateFormatter::NONE;
24 public const DATE_FORMATTER_TYPE = IntlDateFormatter::TRADITIONAL;
198 return IntlDateFormatter::NONE;
200 return IntlDateFormatter::FULL;
202 return IntlDateFormatter::RELATIVE_FULL;
204 return IntlDateFormatter::LONG;
206 return IntlDateFormatter::RELATIVE_LONG;
208 return IntlDateFormatter::MEDIUM;
210 return IntlDateFormatter::RELATIVE_MEDIUM;
[all …]
H A DPipelineUtility.php15 use IntlDateFormatter; alias
/template/twigstarter/vendor/twig/twig/
DCHANGELOG32 * Fix unbounded memoisation of `IntlDateFormatter` / `NumberFormatter`
376 * Add the new PHP 8.0 IntlDateFormatter::RELATIVE_* constants for date formatting