Searched refs:IntlDateFormatter (Results 1 – 3 of 3) sorted by relevance
8 use IntlDateFormatter; alias23 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 …]
15 use IntlDateFormatter; alias
32 * Fix unbounded memoisation of `IntlDateFormatter` / `NumberFormatter`376 * Add the new PHP 8.0 IntlDateFormatter::RELATIVE_* constants for date formatting