Seeing from this url, date picker is shown as month-date-year, can i change it to date-month-year?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is determined by the locale setting of the device it’s running on, as per the Developer Page (look at the DatePicker mode sections).
The property ‘locale’ can be used to explicitly specify a mode to use, but this is deprecated as of iOS 5. It’s generally best to leave this setting alone, so that the date will display in the format most familiar to users for the region they have their phone set to.