maulikpat
maulikpat
@RokasAug Same issue. Did you find any way to handle this ?
@nicklockwood is this library supports below format : 
OK I got it. in `KalView.m` file `- (void)addSubviewsToHeaderView:(UIView *)headerView` method change for `NSArray *weekdayNames = [[[NSDateFormatter alloc] init] shortWeekdaySymbols];` Need to add formatter NSDateFormatter *fr = [[NSDateFormatter alloc] init];...