In iPhone's settings, even with the same locale, the region format may be different. For example:
For locale English with region format English (United States), UIDatePicker will show dd-MM-yyyy.
For locale English with region format Hong Kong S.A.R., UIDatePicker will show yyyy-MM-dd.
I just want to detect the region format in order to place an image to hide the Year Picker, but I don't know where to detect the information. Please advise. Thanks.