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
Day.locale() unusable
The text was updated successfully, but these errors were encountered:
Hi @mofashi998. Could u please provide a minimum reproducible example? This can help me check where the problem is.
Sorry, something went wrong.
Use it like this
import 'package:day/day.dart'; import 'package:day/i18n/ko_kr.dart' as ko_kr_locale; void main() { Day.locale = ko_kr_locale.locale; final d = Day.fromString('2019-04-30T10:30:30.000Z'); }
No branches or pull requests
Day.locale() unusable
The text was updated successfully, but these errors were encountered: