In my application i am using pickerview
My problem is that when in iOS 4.3 Picker view comes MM-dd-yy format,
Change region to United states i.e locale settings
NSLocale *locale = [[NSLocale alloc] initWithLocaleIdentifier:@"US"]; [datePicker setLocale:locale];