Possible Duplicate:
NSString to NSDate
Hi I want to convert the string "OCT 1, 2011 18:30
" into NSDate
format 2011-05-13 19:00:00 +0800.
I have tried with the many formatters but what I am getting is a null value each time.
Can any body help me on this?