[android-developers] Date display in in SimpleCursorAdapter

2011-04-29 Thread Brad Stintson
I use following code to display title and date from database. The date is in long format. How can I display it in string form using a function. Cursor eventsCursor = db.retrieveProEvents(pro_id); startManagingCursor(eventsCursor); String[] from = new

Re: [android-developers] Date display in in SimpleCursorAdapter

2011-04-29 Thread Mohammed Hossain Doula
just concatenate that long value with a non-space quoted value then you can convert easily... On Fri, Apr 29, 2011 at 12:47 PM, Brad Stintson geek.bin...@gmail.comwrote: I use following code to display title and date from database. The date is in long format. How can I display it in string