修复编辑个人资料页日期不对问题
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
- (NSDateFormatter *)dateFormatter {
|
||||
if (!_dateFormatter) {
|
||||
_dateFormatter = [[NSDateFormatter alloc] init];
|
||||
_dateFormatter.dateFormat = @"YYYY-MM-dd";
|
||||
_dateFormatter.dateFormat = @"yyyy-MM-dd";
|
||||
}
|
||||
return _dateFormatter;
|
||||
}
|
||||
|
Reference in New Issue
Block a user