I am hoping someone may be able to tell me what I am doing wrong to generate the following...
"warning: 'NSDate may not respond to "dateWithNaturalLanguageString:"
when I use this code:
HTML Code:
[NSDate dateWithNaturalLanguageString:@"January 1, 2008"];
I also use this code inside an NSArray...
Thanks for any help on this