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
Need to enhance the processing of available date formats, to handle cases of long, narrow, and stand-alone weekday names correctly. For example, a request for just:
{weekday: 'long'}
should return, simply "Monday" or "Thursday" in English, rather than "14 Mon".
Right now, the CLDR availableFormats contain only the pattern letter "E", and we need to expand on that so that "EEEE" ( long ), "EEEEE", narrow, or stand-alone patterns ( "ccc", "cccc", "ccccc" ) are also processed correctly.
The text was updated successfully, but these errors were encountered:
Need to enhance the processing of available date formats, to handle cases of long, narrow, and stand-alone weekday names correctly. For example, a request for just:
{weekday: 'long'}
should return, simply "Monday" or "Thursday" in English, rather than "14 Mon".
Right now, the CLDR availableFormats contain only the pattern letter "E", and we need to expand on that so that "EEEE" ( long ), "EEEEE", narrow, or stand-alone patterns ( "ccc", "cccc", "ccccc" ) are also processed correctly.
The text was updated successfully, but these errors were encountered: