Searched refs:IntlDateFormatter (Results 1 – 3 of 3) sorted by relevance
6 use IntlDateFormatter; alias28 $date_type = IntlDateFormatter::FULL;29 $time_type = IntlDateFormatter::FULL;36 $date_type = IntlDateFormatter::LONG;37 $time_type = IntlDateFormatter::SHORT;43 $date_type = IntlDateFormatter::SHORT;44 $time_type = IntlDateFormatter::NONE;49 $date_type = IntlDateFormatter::NONE;50 $time_type = IntlDateFormatter::MEDIUM;73 …return (new IntlDateFormatter($this->locale, $date_type, $time_type, $tz, $calendar, $pattern))->f…
11 Locale-formatted strftime using IntlDateFormatter (PHP 8.1 compatible)
367 "description": "Locale-formatted strftime using IntlDateFormatter (PHP 8.1 compatible)",