Skip to content
New issue

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

week day display incorrect on iOS12 #43

Open
indieshack opened this issue Jan 17, 2019 · 1 comment
Open

week day display incorrect on iOS12 #43

indieshack opened this issue Jan 17, 2019 · 1 comment

Comments

@indieshack
Copy link

FYI, the week day display on iOS12 are incorrect - we've only just noticed this.

@Looking4Cache
Copy link

I have no fork of this repro, so I cannot send a pull request.

In the file 'ABCalendarPickerDefaultDaysProvider.m' just change:

  • (NSString*)columnName:(NSInteger)column
    {
    NSDate *date = [self dateForRow:0 andColumn:column];
    return [self.dateFormatter stringFromDate:date];
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants