[Solved] Convert String to Date in Objective-C [duplicate]
You are correctly parsing the string to the Date object. The way it is presented by the print is because by default if printing an object, its description is printed. In case of Date, it will be always the format you get. But the date is correct. If you want to get it presented the … Read more