Lines Matching refs:IntlDateFormatter
2 IntlDateFormatter, calendars and time zone
13 $fmt1 = new IntlDateFormatter('en_US',
14 IntlDateFormatter::FULL,
15 IntlDateFormatter::FULL,
17 IntlDateFormatter::TRADITIONAL);
18 $fmt2 = new IntlDateFormatter('en_US',
19 IntlDateFormatter::FULL,
20 IntlDateFormatter::FULL,
22 IntlDateFormatter::GREGORIAN);
23 $fmt3 = new IntlDateFormatter('en_US@calendar=hebrew',
24 IntlDateFormatter::FULL,
25 IntlDateFormatter::FULL,
27 IntlDateFormatter::TRADITIONAL);
32 new IntlDateFormatter('en_US@calendar=hebrew',
33 IntlDateFormatter::FULL,
34 IntlDateFormatter::FULL,
44 …IntlDateFormatter::__construct(): datefmt_create: invalid value for calendar type; it must be one …