我想在iOS中将日期2012-12-26转换为2012年12月26日?我正在使用websrvice,数据采用这种格式1990-12-26。我想将其更改为2012年12月26日格式。这就是我正在做的:lbl_Rightside.text=[rootElementstringValueForNode:@"date"];NSLog(@"lbl_Rightsideis%@",lbl_Rightside.text);[lbl_Rightsiderelease];在1990-12-26获取此标签的日期。现在我想将日期更改为2012年12月26日格式。非常欢迎来自专家的任何提示。