Hi,
I want to give, for example, 12/11/2005 in the format of mm/dd/yyyy. Can I initialize 12/11/2005 to NSDate directly? Any help?
it gives a warning and crashes when I declare it as
NSDate *then = [NSDate dateWithNaturalLanguageString:02/11/2009 locale:nil];