static IntlDateFormatter
create(string $locale, int $datetype, int $timetype, string $timezone = null, int $calendar = self::GREGORIAN, string $pattern = null)
Static constructor.
Parameters string $locale The locale code. The only currently supported locale is "en" (or null using the default locale, i.e. "en") int $datetype Type of date formatting, one of the format type constants int $timetype Type of time formatting, one of the format type constants string $timezo