I want to create a NSDate variable from a string, that date is coming from third party server so i cannot change it. the date is in this format December 08, 2013 and i am using given below date formater style to convert it into date but that is creating a wrong and fixed date for all items which is 2012-12-22 19:00:00 +0000
Will you please guide me how to solve this problem. i donot want break string and use NSDateComponents to create date.
[dateFormaterForSermonTemp setDateFormat:@"MMMM dd, YYYY"];