views:

393

answers:

1

Hello Everybody,

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 your help!

A: 

Look here for date formatting syntax, looks like what you need would be @"%A, %B,%d,%Y"

Daniel
Thanks Man! it worked
zanque