何が間違っているのか分かりません。 現在の日付がyyyy-mm-dd
のNSString
を取得しようとしています。カントは現在の日付を取得するyyyy-mm-dd
_convenienceFormatter = [[NSDateFormatter alloc] init];
_convenienceFormatter.dateFormat = @"yyyy-mm-dd";
NSString *string = [_convenienceFormatter stringFromDate:[NSDate date]];
出力がです:2016-37-14
私は間違って何をしているのですか?
'Months'は、資本M、小文字のmは' minutes' – vadian