I have used Localization in my application for locale and language setting. But the problem is it changes the “date Picker” too according to the locale. I do not want this to happen.
I have to parse this date for later purpose. So i want the date picker to remain same in all locale.
Let me know if any one has the solution.
thanks
Sneha
Are you talking about the
DatePicker? If yes, then the format it uses shouldn’t matter to you, as thegetYear(),getMonth()andgetDayOfMonth()methods will work the same, no matter the format.