Formatted dates that I am passing to an instance method are not saving/printing the correct date. Can someone please help?
Calling method code snippets:
You have to check your formatting string. It follows these official formats.
[dateFormatter setDateFormat:@"dd-MM-yyyy"];
Small m is for minute, cap M for the month.
m
M