From: Elango Cheran Date: Tue, 7 Feb 2023 00:48:25 +0000 (-0800) Subject: ICU-22194 Update DateTime skeleton docs with link to symbols table X-Git-Tag: cldr/2023-02-21~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1e02f149fcaffcc7cea1be21363f0cb2d59f4a9;p=icu ICU-22194 Update DateTime skeleton docs with link to symbols table --- diff --git a/docs/userguide/format_parse/datetime/index.md b/docs/userguide/format_parse/datetime/index.md index 8ca2c72ffbe..fea937f0230 100644 --- a/docs/userguide/format_parse/datetime/index.md +++ b/docs/userguide/format_parse/datetime/index.md @@ -342,6 +342,14 @@ patterns for different locales: | es_ES | `"d 'de' MMMM, H:mm"` | "2 de abril, 17:00" | | ja_JP | `"M月d日 H:mm"` | "4月2日 17:00" | +A full list of date and time symbols that can be used in skeleton strings +(input to `DateTimePatternGenerator`) can be found in the +[UTS 35 (LDML) Date Field Symbol Table](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table). + +Note: some date time symbols are intended only for use in skeleton strings, and are not intended +to be used in pattern strings (output from `DateTimePatternGenerator`). Such symbols are noted accordingly +in the table. + The most important DateTimePatternGenerator methods are the varieties of getBestPattern.