How would I convert an NSString
like “01/02/10” (meaning 1st February 2010) into an NSDate
? And how could I turn the NSDate
back into a string?
How would I convert an NSString
like “01/02/10” (meaning 1st February 2010) into an NSDate
? And how could I turn the NSDate
back into a string?