NSDateFormatter issue
I just referred to the Q & A at iOS reference for NSDateFormatter. Link: http://developer.apple.com/library/ios/#qa/qa2010/qa1480.html Here is my problem I get a string from a webservice which is of this format: "dd-mm-yyyy xx:xx:xx AM" My actual purpose is just to use the date and not the time at all. But I just use the same format ...