getLocaleDateFormat
Retrieves a localized date-value formating string.
getLocaleDateFormat(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 formating string.