mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 56d4fc5e8a975c626a7d96d0b6909e1e238818ea
Monotone-Revision: ddbe9ba6f366f068053deeff94d16d49001eb7e1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-07-28T21:22:43 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
[selectedDate firstDayOfMonth]];
|
||||
lastDayOfMonth = [selectedDate lastDayOfMonth];
|
||||
firstToLast = ([lastDayOfMonth timeIntervalSinceDate: firstOfAllDays]
|
||||
/ 86400);
|
||||
/ 86400) + 1;
|
||||
weeks = firstToLast / 7;
|
||||
if ((firstToLast % 7))
|
||||
weeks++;
|
||||
|
||||
Reference in New Issue
Block a user