摘要: CurrentDate.h#import <Foundation/Foundation.h>@interface CurrentDate : NSObject { }- (NSString *) stringForDate: (NSDate *)date usingFormatter: (NSDateFormatter *)formatter;@endCurrentDate.m#import "CurrentDate.h"@implementation CurrentDate- (NSString *) stringForDate: (NSDate *)date 阅读全文
posted @ 2011-04-20 13:36 chenjunbiao 阅读(2398) 评论(0) 推荐(0) 编辑