mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-16 20:15:57 +00:00
Monotone-Parent: eda3ab4e2177bece56e75f59df9d87e4eb54c8fe
Monotone-Revision: 7a39b60dcc50b68ac652f2a1dfc5075bb3082288 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-11-02T21:56:36 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
#import <Foundation/NSFormatter.h>
|
||||
|
||||
@class NSString, NSDictionary;
|
||||
@class NSString, NSCalendarDate, NSDictionary;
|
||||
|
||||
@interface SOGoDateFormatter : NSFormatter
|
||||
{
|
||||
@@ -43,6 +43,12 @@
|
||||
- (NSString *)stringForObjectValue:(id)_obj;
|
||||
|
||||
- (NSString *)shortDayOfWeek:(int)_day;
|
||||
- (NSString *)fullDayOfWeek:(int)_day;
|
||||
- (NSString *)shortMonthOfYear:(int)_month;
|
||||
- (NSString *)fullMonthOfYear:(int)_month;
|
||||
|
||||
- (NSString *)isoDateFormatForDate:(NSCalendarDate *)_date;
|
||||
- (NSString *)fullWeekdayNameAndDetailsForDate:(NSCalendarDate *)_date;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@@ -22,16 +22,6 @@
|
||||
#include "SOGoDateFormatter.h"
|
||||
#include "common.h"
|
||||
|
||||
@interface SOGoDateFormatter (PrivateAPI)
|
||||
- (NSString *)shortDayOfWeek:(int)_day;
|
||||
- (NSString *)fullDayOfWeek:(int)_day;
|
||||
- (NSString *)shortMonthOfYear:(int)_month;
|
||||
- (NSString *)fullMonthOfYear:(int)_month;
|
||||
|
||||
- (NSString *)isoDateFormatForDate:(NSCalendarDate *)_date;
|
||||
- (NSString *)fullWeekdayNameAndDetailsForDate:(NSCalendarDate *)_date;
|
||||
@end
|
||||
|
||||
@implementation SOGoDateFormatter
|
||||
|
||||
- (id)initWithLocale:(NSDictionary *)_locale {
|
||||
|
||||
Reference in New Issue
Block a user