iphone NSDate NSDateFormatter to a ceratin format
i want to convert my NSDate to a certain format which is:
"Wednesday, December, 2, 2009"
does anybody know what is the corresponding format string to that date example?
appreciate yo开发者_如何学JAVAur help!
Look here for date formatting syntax, looks like what you need would be @"%A, %B,%d,%Y"
精彩评论