Skip to content

Add fractionalSecond part type to DateTimeFormat().formatToParts #49569

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

Merged
merged 2 commits into from
Jun 21, 2022

Conversation

jordanmbell
Copy link
Contributor

This change adds the fractionalSecond part type as a valid part
to be returned from Intl.DateTimeFormat().formatToParts().

Fixes #48882

This change adds the `fractionalSecond` part type as a valid part
to be returned from Intl.DateTimeFormat().formatToParts().

Fixes microsoft#48882
@typescript-bot typescript-bot added the For Milestone Bug PRs that fix a bug with a specific milestone label Jun 15, 2022
@jordanmbell
Copy link
Contributor Author

I screwed up by force pushing and auto closed this PR: #48945. My apologies for that, but I have included the changes you suggested.

@sandersn sandersn self-requested a review June 21, 2022 14:48
@sandersn sandersn merged commit db49c6c into microsoft:main Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Milestone Bug PRs that fix a bug with a specific milestone
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Intl.DateTimeFormat.formatToParts() does not include part of type fractionalSecond
3 participants