摘要:
+ (NSString*)weekdayStringFromDate:(NSDate*)inputDate { NSArray *weekdays = [NSArray arrayWithObjects: [NSNull null], @"Sunday", @"周一", @"周二", @"周三", @"周四", @"周五", @"周六", nil]; NSCalendar *... 阅读全文
posted @ 2016-09-08 17:37
ma_fighting
阅读(2275)
评论(0)
推荐(0)
摘要:
git地址: https://github.com/JsoonLi/NSDate-Extension - (NSString *)compareDate:(NSDate *)date{ NSTimeInterval secondsPerDay = 24 * 60 * 60; NSDate *toda 阅读全文
posted @ 2016-09-08 16:18
ma_fighting
阅读(3099)
评论(0)
推荐(0)