Searched refs:IntlDateFormatter (Results 1 – 2 of 2) 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