I need to convert my NSString in the end to an NSDate but I am having problems doing so. How would I achieve the same functionality with this code while making the end resul
NSDate *date = [formatter dateFromString:dateString];