Following the Android SDK tutorials I have implemented my first basic date picker dialog. It works fine but is there any way to change the format of the date shown?
Example:
The date picker dialog displays the date as “17 Oct 2010”. I would it like to be displayed as “17 10 2010”.
Greetings,
Robert
I think you have to extend the DatePicker class with your own, and modify it as you like. Afaik there are no attributes that you could use to easily modify this.