We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i didn't find way to pass {numberingSystem:'arab'} , it's a valid option to intl.DateTimeFormatOptions
but i can include it in locale string like this ar-u-nu-arab
ar-u-nu-arab
this throw invalid locale tag ar-u-nu-arab-u-hc-h12 error as format function already append hour cycle to the locale
invalid locale tag ar-u-nu-arab-u-hc-h12
possible solutions
-u-hc-h12
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i didn't find way to pass {numberingSystem:'arab'} , it's a valid option to intl.DateTimeFormatOptions
but i can include it in locale string like this
ar-u-nu-arab
this throw
invalid locale tag ar-u-nu-arab-u-hc-h12
error as format function already append hour cycle to the localepossible solutions
-u-hc-h12
appended to locale and using hour12 and hourCycle options instesdThe text was updated successfully, but these errors were encountered: