单军华
2018-04-18 de88ae127e305e0b153c327b073645f9353cace5
pregnancy_guard/BaseProject/Utility/DateUtil.h
@@ -48,4 +48,7 @@
+ (NSString *)getMonth:(NSDate *)date;
+ (NSString *)getDay:(NSDate *)date;
//获取指定时间前n天的时间日期 2015-10-30
+ (NSString *)stringFromOffDateYMD:(NSDate *)date dayCount:(int)day;
@end