-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add format for narrow week days #176
Comments
It does seem like that. Rather odd. I don't want to make up formats, though. These are based on ICU, so it seems either we're not implementing one of theirs correctly or else we're missing a format specifier. (Or maybe they don't support it either). |
Hmm, will intl add a format specifier for narrow week days in the future? I think narrow week days are useful for calendar day titles. And I saw that Formatting Dates and Times - ICU User Guide has a field pattern for narrow week days(
Reference: http://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table |
Hi Hi, about this have any update? if haven't update can i doing some change and pr this? |
Thanks for reply i think yes @mosuem |
It seems that the
DateFormat
class does not support narrow week days.Reference:
intl/lib/src/data/dates/symbols/en_US.json
The text was updated successfully, but these errors were encountered: