Re: [android-developers] Date issue

2011-10-20 Thread Justin Anderson
What does your code look like? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 20, 2011 at 2:01 AM, sourabh sahu wrote: > I have a editText view on a click of it there is a date picker.When I > extract the date in a string format and then conv

[android-developers] Date issue

2011-10-20 Thread sourabh sahu
I have a editText view on a click of it there is a date picker.When I extract the date in a string format and then convert it into date datatype.I am getting it in milliseconds.I want the exact date. I have used SimpleDateFormat with -MM-DD and Locale.US and parse function.Please suggest some