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

Allow user preference to control date renderer formats #3827

Open
amcclain opened this issue Nov 14, 2024 · 0 comments
Open

Allow user preference to control date renderer formats #3827

amcclain opened this issue Nov 14, 2024 · 0 comments

Comments

@amcclain
Copy link
Member

A client would like to support a built-in appwide option to swap date rendering between current ISO yyyy-mm-dd and US-style mm/dd/yyyy.

Given how centralized our date rendering is, this seems like it could be accomplished without too much effort, BUT comes with the big caveat that developers might be relying on those formatters to produce strings for comparison or formatting dates to post to APIs. Ideally those usages would be more defined, but it's something to consider and think through how we could communicate and potentially provide additional versions of the formatters that are preset to the ISO format and specify as much in the name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant