getLocaleDateTimeFormat
检索本地化的日期时间格式字符串。
Retrieves a localized date-time formatting string.
getLocaleDateTimeFormat(locale: string, width: FormatWidth): string
参数
locale | string | 用于要使用的语言环境格式规则的语言环境代码。 A locale code for the locale format rules to use. |
width | FormatWidth | 格式类型。 The format type. |
返回值
本地化的格式字符串。
string
: The localized formatting string.