Skip to content

Commit

Permalink
Clarify auto year style in datetimeSkeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Sep 11, 2024
1 parent 36a6b37 commit 7b94c62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/ldml/tr35-dates.md
Original file line number Diff line number Diff line change
Expand Up @@ -2667,9 +2667,9 @@ This means that the Year, Month, and Day semantic field mapping in en-US should

The [year style](#Semantic_Skeleton_Year_Style) should change the skeleton for all lengths as follows:

- Auto: No change from datetimeSkeleton
- Full: Change "yy" to "y"
- With era: Change "yy" to "y" and add "G" if there is not already an era field
- Auto: No change from datetimeSkeleton (note: could be "y", "yy", "yG", or another combination of year and era fields)
- Full: Replace "yy" with "y"
- With era: Replace "yy" with "y" and add "G" if there is not already an era field

### <a name="Semantic_Skeleton_Conformance" href="#Semantic_Skeleton_Conformance">Semantic Skeleton Conformance</a>

Expand Down

0 comments on commit 7b94c62

Please sign in to comment.