Open mofashi998 opened 1 year ago
Hi @mofashi998. Could u please provide a minimum reproducible example? This can help me check where the problem is.
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');
}
Day.locale() unusable