-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Missing ability to format a date to a String #1706
Comments
cc @floitschG. |
This is probably something we want to tackle together with i18n. |
cc @efortuna. |
Added Library-i18n label. |
Set owner to @efortuna. |
Transferring this bug to Alan, who's been actually implementing date formatting. We've got date formatting in the i18n library. I think the question is should we do something further for overall date formatting outside of i18n for M1? Set owner to @alan-knight. |
I think that what we've done for i18n formatting seems adequate for M1 for general formatting. Seth can disagree if he wants. Current basic usage now (or as soon as the CL for async initialization goes in) is initializeDateFormatting('en_US',null).then( (_) { |
Building an app that needs to display dates. Would be really nice to have built-in support for formatting dates into Strings, configurable with a variety of patterns.
The text was updated successfully, but these errors were encountered: