摘要:
#import "NSDate+Extension.h"@implementation NSDate (Extension)/** * 判断某个时间是否为今年 */- (BOOL)isThisYear{ NSCalendar *calendar = [NSCalendar currentCa... 阅读全文
摘要:
// ( NSString *) == Thu Oct 16 17:06:25 +0800 2014 // dateFormat = EEE MMM dd HH:mm:ss Z yyyy NSDateFormatter *fmt = [[NSDateFormatteralloc]... 阅读全文