Respect time locale in days views

This commit is contained in:
Francis Lachapelle
2016-05-17 16:22:50 -04:00
parent 87fbedb89d
commit d17944091a
3 changed files with 14 additions and 7 deletions
+2 -1
View File
@@ -37,7 +37,8 @@
{
SOGoDateFormatter *dateFormatter;
NSArray *weekDays;
NSString *currentView, *timeFormat, *currentTableHour;
NSString *currentView, *timeFormat;
NSNumber *currentTableHour;
NSCalendarDate *startDate, *currentTableDay;
NSMutableArray *daysToDisplay, *calendarsToDisplay, *hoursToDisplay;
NSMutableDictionary *currentCalendar;