gusparis / react-native-month-year-picker

React Native Month Picker component for iOS & Android
MIT License
105 stars 72 forks source link

Is it possible to have an update for an option to force it to use gregorian calendar or any calendar? #112

Open sfukuyoshi opened 2 years ago

sfukuyoshi commented 2 years ago

I've tried editing the commented part to

gregorian = [[NSCalendar alloc] initWithCalendarIdentifier:NSCalendarIdentifierGregorian]; df = [[NSDateFormatter alloc] init]; df.calendar = gregorian;

and it works forcing it to Gregorian. Is it possible to have an option at your end? Thank you.

image