Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide the resolved components for a DateTimeFormat #1361

Closed
Tracked by #645
gregtatum opened this issue Dec 6, 2021 · 0 comments · Fixed by #1362
Closed
Tracked by #645

Provide the resolved components for a DateTimeFormat #1361

gregtatum opened this issue Dec 6, 2021 · 0 comments · Fixed by #1362
Assignees
Labels
C-datetime Component: datetime, calendars, time zones S-medium Size: Less than a week (larger bug fix or enhancement)

Comments

@gregtatum
Copy link
Member

In ECMA-402, the developer can request options for a DateTimeFormat via components. These options get resolved by both the locale information, and resolution algorithm. The resolved options can differ from those the developer requested. In ICU4C you can derive this information from a pattern, but since that is no longer a primitive we will require our own implementation for this option.

@gregtatum gregtatum added C-datetime Component: datetime, calendars, time zones S-medium Size: Less than a week (larger bug fix or enhancement) labels Dec 6, 2021
@gregtatum gregtatum self-assigned this Dec 6, 2021
@sffc sffc added this to the 2021 Q4 0.5 Sprint D milestone Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-datetime Component: datetime, calendars, time zones S-medium Size: Less than a week (larger bug fix or enhancement)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants