Home
last modified time | relevance | path

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

/dokuwiki/vendor/php81_bc/strftime/src/
H A DIntlLocaleFormatter.php6 use IntlDateFormatter; alias
28 $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…
/dokuwiki/vendor/php81_bc/strftime/
H A DREADME.md11 Locale-formatted strftime using IntlDateFormatter (PHP 8.1 compatible)
/dokuwiki/
H A Dcomposer.lock367 "description": "Locale-formatted strftime using IntlDateFormatter (PHP 8.1 compatible)",