我有期从NSString的imple的NSDate如下
NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init];
[dateFormatter setDateFormat:@"yyyy-MM-dd"];
issueDatabase.album_date = [dateFormatter dateFromString:albumXML.album_date];
但由于某些原因,我发现了前一天,而不是当前的用于eample如果我的
albumXML.album_date等于2011-09-01我发现了以下存储在我的数据库2011-08-31