You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
A client would like to support a built-in appwide option to swap date rendering between current ISO
yyyy-mm-dd
and US-stylemm/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.
The text was updated successfully, but these errors were encountered: