Monotone-Parent: 349d5532f881a7584560de97322e52aa5d852d33

Monotone-Revision: 1843b9a8fb3fb893519d30b1d185e25545408fab

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-26T13:48:19
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-03-26 13:48:19 +00:00
parent f4273f3978
commit 92007cb036
3 changed files with 6 additions and 2 deletions

View File

@@ -201,7 +201,7 @@
- (NSString *) labelForDay
{
return [NSString stringWithFormat: @"%@ %@",
return [NSString stringWithFormat: @"%@<br />%@",
[dateFormatter shortDayOfWeek: [currentTableDay dayOfWeek]],
[dateFormatter stringForObjectValue: currentTableDay]];
}