I am using date picker widget for my application. My application is having two input values in this format 01/01/2012 and 05/09/2012 respectively.
The date-picker widget is in this format dd-mm-yyyy eg:- 01-jan-1990
but i need to convert the above format in to 01/01/1990.
How to do this?
suggestions please!..
see this example for DatePicker. In that.. there is method
onDateSetin that you are getting 3 int number..just concate them
String dt = day+"/"+month+"/"+year