开发者

iphone NSDate NSDateFormatter to a ceratin format

开发者 https://www.devze.com 2022-12-13 05:04 出处:网络
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?

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"

0

精彩评论

暂无评论...
验证码 换一张
取 消