maulikpat

Results 4 comments of maulikpat

@RokasAug Same issue. Did you find any way to handle this ?

@nicklockwood is this library supports below format : ![screen shot 2016-06-08 at 7 55 34 pm](https://cloud.githubusercontent.com/assets/2304770/15897660/0096f96a-2db3-11e6-9ca6-0e999c98eda7.png)

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];...