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:
Wolfgang Sourdeau
2008-07-28 21:22:43 +00:00
parent 16be267346
commit 358439adc7
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -102,7 +102,7 @@
[selectedDate firstDayOfMonth]];
lastDayOfMonth = [selectedDate lastDayOfMonth];
firstToLast = ([lastDayOfMonth timeIntervalSinceDate: firstOfAllDays]
/ 86400);
/ 86400) + 1;
weeks = firstToLast / 7;
if ((firstToLast % 7))
weeks++;